You need to sign in or sign up before continuing.
Caching of response objects
Since migration, we're running on less powerful hardware and therefore we now really need to do some caching. This change introduces a new setting (CACHE_RESPONSE; Default: False; will be activated in config_local.py in production). If enabled it will cache (in filesystem) all the values required for the HttpResponse.
Additionally we're adding some Gravatar response caching via memcache.