Google’s Closure Compiler, Test Site

http://closure-compiler.appspot.com/home

Compress your javascript files using Google’s Closure Compiler.

image

I tried a quick experiment using Jquery 1.3.2 development edition, using the “advanced” mode of the compiler:

image

As a comparison, Jquery from jquery.com (here) is compressed to 55.9KB minified and 19KB gzipped.

image

Google’s Chrome Compiler shaves off one KB or so. Not bad.