On Sun, Jan 3, 2010 at 2:22 PM, Alessandro Ronchi <
alessandro.ron...@soasi.com> wrote:

> In wordpress there is a plugin that caches in a file (gzipped) a page
> and returns it instead of recalculate all from database, directly from
> apache.
> A garbage collector removes cached pages older than cache life.
>
> Is there anything similar in django, that returns a page without using
> the django more expensive cache? I'm using memcached, but the speed of
> a wordpress wp-super-cache page is higher that a django memcached one.
>


This could be a solution:
http://superjared.com/projects/static-generator/

Do you know if it's possible to cache only requests without sessions? (i.e.
to let satchmo users to get cached files until they put something into their
chart).

-- 
Alessandro Ronchi

http://www.soasi.com
SOASI - Sviluppo Software e Sistemi Open Source

http://hobbygiochi.com
Hobby & Giochi, l'e-commerce del divertimento

-- 
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