The JavaScript CompressorRater
When I release a new version of my SPServices library, I always release two versions: the regular JavaScript/jQuery file and the minified version of the same. Minification “squishes” the scripts down, removing comments, white space, etc. so that you can send as few bytes down the wire as possible to keep page load times snappy….