Hi
I am trying to optimize my app by adding template caching
(http://docs.djangoproject.com/en/dev/topics/cache/?
from=olddocs#template-fragment-caching)
{% load cache %}
{% cache 3550 news version %}
{% include 'include/articles.html' %}
{% endcache %}
The problem I am facing is that cached part suddenly disappear. I
mean for the first couple of time I refresh the page , it is there ,
but after some time (time vary from 10 sec to 5 min) the cached
fragment is just not there.
Happening both on local and production environment with just slight
difference of frequency (on local environment it is more rare).
first I have tried with standard configuration then I put in
settings :
CACHE_BACKEND = 'locmem:///?timeout=3600'
any clues? is it a bug or is it some appengine limitation ? or I am
just doing something wrong?
django v 1.0.2
appengine sdk 1.1.9
no django helper
regards
Mateusz
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---