Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

1 item tagged “template”

Django tip: Caching and two-phased template rendering. 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. 1 19th May 2009, 1:34 am

A django site