Checks if any external javascript files used in your page is minified. Minified files reduce page size and overall load time.
Check your URL:
How do I fix it ?
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.