Swank Wiki
Recently Visited

Swank v0.04.04

Type: task
Description: caching for expensive pages
Status: New
Priority: 3
Assigned:

Notes

A good candidate for this is the auto_menu dynamic menu (lots of searches, rarely changes)

Even more ambitious would be pages which are cached in their final form and could be served directly by apache with invoking cgi.  All such pages could potentially be invalid after any page update.  Some especially neurotic examples might rely on session data, so could never be cached.

Will Swank::Plugin::Chronic::call_timely help with this?