Hi all, I'm working on a e-commerce website and to make it work better we've implemented a couple of caching strategy. But i was wondering, in our system, we are using the cache middleware and the decorator to mark some views as cacheable.
But, loading multiple times the same view, it seems there's some activities on the database side. I don't understand why, The view is very simple and we've just put something like that: @cache_page(3600) def category(request, template=...) What's used there as key in the cache ? What's not working ? I've already configure the middleware and make sure memcached is working properly. What's not working ? -- Mathieu Leduc-Hamel -- 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.