Assembla home | Assembla project page
 

Ticket #9 (closed enhancement: wontfix)

Opened 2 years ago

Last modified 1 year ago

Add Cache manager

Reported by: digitalspaghetti Assigned to: digitalspaghetti
Priority: major Milestone: Stable Version
Component: Interface Version: 1.0
Keywords: Cache, javascript Cc:

Description

The cache manager is a full backend cache control system. As well as controlling CakePHP's standard caching routines (such as cache time) it also provides full compression and caching of JavaScript? and CSS files.

By taking all the JS it needs, appending it to one file with all whitespace and comments removed, this means that loading time will be faster and caching will reduce the load

Change History

07/19/07 13:16:40 changed by digitalspaghetti

  • status changed from new to closed.
  • version changed from 0.4.* to 1.0.
  • resolution set to wontfix.

CakePHP now has full caching options, will stick with CakePHP's one.