News Feed
Jobs Feed
Sections




News Archive
Ryan Grove's Blog:
Minify combines, minifies &caches JavaScript & CSS files to speed up page loads
May 04, 2007 @ 16:52:00

This new entry on Ryan Grove's blog today points out a handy little tool written in PHP that can be used to (somewhat) reduce the time it takes for your pages to download.

Minify is a PHP library that attempts to fix this problem by combining multiple CSS or JavaScript files into one download. By default, it also removes comments and unnecessary whitespace to decrease the amount of data that must be sent to the browser. Most importantly, it does all of this on the fly and requires only a few simple changes to your existing web pages.

He gives a before and after example of the things it can do - mainly combining multiple tags (like link and script) and their information into one. Check out its page on the Google Code site for more information.

0 comments voice your opinion now!
css javascript combine reduce load time css javascript combine reduce load time


blog comments powered by Disqus

Similar Posts

phpPro.org: Embedding PHP In CSS

TechTarget.com: Our Favorite Cheat Sheets

PHPBuilder.com: PHP and Adobe Air: Building a Time-tracking and Billing Application - Part II

Jacques Marneweck's Blog: Smarty tip for including multiple javascript files

Chris Hartjes' Blog: What's The Next PHP Stack?


Community Events











Don't see your event here?
Let us know!


introduction testing zendframework2 release conference podcast series rest database community language symfony2 phpunit framework usergroup interview opinion development unittest functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework