> b) there is something like page fragment caching which allows me to > not cache DBIC objects but generated HTML in an elegant way (without > having to wrap each TT code snippet with cache get/set calls)? > Catalyst::Plugin::PageCache only allows the caching of whole pages > which currently is not an option because there is more dynamic stuff > (like logged-in user) added to the final page. AFAIK, page fragment > caching is quite common in other frameworks (RoR comes to mind ...).
One way to acheive this is to front-end your site with the varnish proxy and use ESI. _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
