Ticket #136 (closed enhancement: fixed)

Opened 6 months ago

Last modified 3 months ago

Enable caching of complete skin

Reported by: mikey Assigned to: mikey
Priority: major Milestone: 0.7.0
Component: XML/XSL view engine Version: SVN-trunk
Keywords: Cc:

Description

Until now, only the main content of single pages rendered with the master template is cached. Performance can be improved by caching the whole skin, so that the there is no need any more to do any XSL transformations for creating the skin in production environments after it was created on the first request for a page.

Change History

03/17/08 11:24:22 changed by mikey

  • status changed from new to assigned.

03/17/08 15:48:25 changed by mikey

First step done with r1429: net::stubbles::websites::xml::skin::stubSkinGenerator is now an interface, implementation moved to net::stubbles::websites::xml::skin::stubDefaultSkinGenerator.

03/17/08 16:30:10 changed by mikey

An implementation that is able to cache whole skins was added with r1430.

03/17/08 17:02:51 changed by mikey

  • status changed from assigned to closed.
  • resolution set to fixed.

Implemented with r1431.

05/30/08 15:46:09 changed by airforce1