Extensions
EFileCache implements a cache application component by storing cached data in a filesystem
Resources
This extension is a very, very simple implementation of the CakePHP component 'Asset Manager'. You define sets of CSS and Javascript, then tell your controller actions to load whatever set is needed for that view.
This extension does not combine or compress any files, but works fine with the excellent 'extendedclientscript' that this extension is intended to complement (but not required).
Updated to support 1.0.4, now extending cClientScript rather than hacking!
This extension extends CClientScripts by utilizing Minify to minify JavaScript and CSS stylesheets for views.
Resources
With this extension you can transparently reduce page load times by combining and compressing the used Javascript and CSS files.
All parameters can be set in your main.php config. No need for altering your code, just set and forget.
Needs Yii SVN 813 or greater, and for compression JSMin and CSSTidy.
