Re: Django cache view

2010-11-12 Thread Tom Evans
On Fri, Nov 12, 2010 at 2:22 PM, Mathieu Leduc-Hamel wrote: > 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

Re: Django cache view

2010-11-12 Thread Daniel Roseman
On Nov 12, 2:22 pm, Mathieu Leduc-Hamel wrote: > 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.

Django cache view

2010-11-12 Thread Mathieu Leduc-Hamel
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