Closed Bug 803696 Opened 12 years ago Closed 12 years ago

[socorro-crashstats] Massive query strings in models to mware breaks json caching

Categories

(Socorro :: Webapp, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: peterbe, Unassigned)

References

()

Details

(Whiteboard: [qa-])

Attachments

(1 file)

Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
I made this qa-. The JSON caching I was referring to is one that we only use for local development. 


FYI our middleware wrappers support two levels of caching. 

1. memcached

2. file based

What we often do in development is to switch memcache for a super volatile one called LocMemCache which is wiped as soon as you restart the local development server. But that's OK because then it falls back to the file based one. 

And the reason for having the file based on is to be able to manually fiddle (and fake) with what the middleware returns. So to try to simulate certain data all have to do is edit a .json file in the `models-cache` directory locally.
Whiteboard: [qa-]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: