Foren / Cotonti / Core Labs / Archive / Minify - Compression system

Lombi
#1 22. Januar 2009, 21:32
Minify is a PHP5 app that can combine multiple CSS or Javascript files, compress their contents (i.e. removal of unnecessary whitespace/comments), and serve the results with HTTP encoding (gzip/deflate) and headers that allow optimal client-side caching.

Yahoo’s Combo Handler and Google’s AJAX Libraries API both serve content from their heavy-duty CDNs and potentially increase the chance that your visitor will already have a file in her browser cache. Neither service serves custom content that you provide. You may wish to use these services to serve popular libraries and Minify to serve your code.

Minify is distributed under the New BSD License, which means that you’re free to use, modify, and redistribute Minify or derivative works thereof, even for commercial purposes, as long as you comply with a few simple requirements. See the License file for details.



http://code.google.com/p/minify/
<a href="http://www.domenlo.com">Surreal Art</a>
Brock
#2 23. Januar 2009, 01:00
Looks interesting. Should improve our performance a bit, eh?
Web Design Database - www.wddb.com
Lombi
#3 23. Januar 2009, 01:17
It should yea :)
<a href="http://www.domenlo.com">Surreal Art</a>
oc
#4 23. Januar 2009, 02:30
Some browsers can't run properly compressed codes, actually some plugins have warning to not use packed/minified/compressed codes.