Does django provide a system for caching the nodelist? In Jinja I've
added a loader which cpickles the nodelist using protocol 2 which is
very fast because you don't have to parse it again.
Django provides a caching framework, and you can cache arbitrary objects including compiled templates: http://www.djangoproject.com/documentation/cache/#the-low-level-cache-api
--
Amit Upadhyay
Blog: http://www.rootshell.be/~upadhyay
+91-9867-359-701