10 comments

[ 2.9 ms ] story [ 29.3 ms ] thread
I'm not sure why YUI Compressor is last on that list, and why it's not mentioned that it also minifies CSS.
Last could be a position of honor. And he mentions that it produces higher compression ratios.
Two months ago I hooked up jsmin from a build script for release configurations. It's been helpful to have all of the reader-friendly stuff stripped out automatically without having to store minified copies in source control.
That's obviously a best practice. Minified code is essentially object code.