Ticket #133 (closed enhancement: fixed)

Opened 6 months ago

Last modified 5 months ago

XML processor should use website cache

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

Description

To improve performance of the XML/XSL view engine, the xml processor should make use of a website cache.

Refactoring #129 is a prerequisite for this.

Change History

02/29/08 19:24:52 changed by mikey

  • milestone set to 0.7.0.

03/13/08 14:49:59 changed by mikey

  • component changed from core to XML/XSL view engine.

03/17/08 17:42:50 changed by mikey

  • status changed from new to assigned.

03/18/08 15:00:25 changed by mikey

With r1433 xml generators got methods to check for cache ability and cache keys.

03/25/08 09:59:40 changed by mikey

To simplify implementation a huge refactoring of the memphis processor took place with r1459. Now the net::stubbles::websites::cache::stubCachingProcessor wraps the processor to be cached and contains the cache logic. Therefore the xml processor now only needs to implement the net::stubbles::websites::cache::stubCachableProcessor interface.

03/27/08 14:36:03 changed by mikey

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

Implemented with r1467.