JavaScript Minification Test
About JavaScript Minification Test
Checks if any external javascript files used in your page is minified. Minified files reduce page size and overall load time.
In order to pass this test you must minify all JavaScript files. For this task you can use an online JS minifier like JSCompress, Closure Compiler or JSMin.