django tip caching and twophased template rendering
Sunday, 7th June, 2009, 5:28 p.m.Tagged with:
caching , database , django , memcached , optimize , query and template
DESCRIPTION
Neat trick for expensive pages which can be mostly cached with the exception of the “logged in as” bit—run them through the template system twice, caching the intermediary generated template.
Comment Form
Look's like there are n't any comments yet..