You must be logged in to view profiles.

Articles tagged with "phpspeedy"

PHPSpeedy helper

By Marcel Raaijmakers
So I needed a nice package that minifies/gzips all assets like js/css/html and combines them into as less http requests possible. CakePHP1.2 does have an option called 'asset.filter.css' for example in the core.php, but all it does is minify the files, not combining them. PHPSpeedy does, and I've created a helper to automagicly do the work.
[Read more]