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