Wp-super-cache clone for django

13 views
Skip to first unread message

Alessandro Ronchi

unread,
Jan 3, 2010, 8:22:11 AM1/3/10
to django...@googlegroups.com
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.

--
Alessandro Ronchi

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

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

Alessandro Ronchi

unread,
Feb 4, 2010, 9:25:34 AM2/4/10
to django...@googlegroups.com


On Sun, Jan 3, 2010 at 2:22 PM, Alessandro Ronchi <alessand...@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).
Reply all
Reply to author
Forward
0 new messages