Ticket #133 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 weeks ago

XML processor should use website cache

Reported by: mikey Owned by: 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

Changed 2 years ago by mikey

  • milestone set to 0.7.0

Changed 2 years ago by mikey

  • component changed from core to XML/XSL view engine

Changed 2 years ago by mikey

  • status changed from new to assigned

Changed 2 years ago by mikey

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

Changed 2 years ago 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.

Changed 2 years ago by mikey

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

Implemented with r1467.

Note: See TracTickets for help on using tickets.