The other thing you may want to consider is whether you need to cache
the entire page or not. When users change some data, if it doesn't
change everything you could use template fragment caching, and just
delete the relevant bits when data is changed. Otherwise you could use
lower level caching in the view to cache bits of information from the
queries.

Peter

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to