News Feed
Jobs Feed
Sections




News Archive
Kae Verens' Blog:
efficient JS minification using PHP
May 21, 2008 @ 10:25:35

In a new post today, Kae Verens takes a look at a method for easy and quick javascript minification with help from a little bit of PHP.

A useful part of minification is that during the act of compiling your minified source, you can also pull in other JavaScript files and compiled them all into one single source. This has a major advantage that there is only one file to download.

The method runs a file_get_contents on each of the javascript files, and pulls their content into a single PHP variable. This value is then just echoed out after it's passes through this minimizer class.

Kae also offers an alternative to performing this expensive operation each time - caching then checking the md5 hash of the cache to see if it's different than the current version. Example code is included.

0 comments voice your opinion now!
efficient minification filegetcontents caching javascript


blog comments powered by Disqus

Similar Posts

Matt Curry's Blog: Check Out These Upgrades I Made To The CakePHP DebugKit

Gonzalo Ayuso's Blog: Real time notifications with PHP

Lorenzo Alberton's Blog: PEAR::Pager - Navigation with Pager and AJAX (or simple Javascript)

Kae Verens' Blog: efficient JS minification using PHP

PHPit.net: Building an advertising system with PHP (Part 1)


Community Events











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


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

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