HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Please upgrade here. These earlier versions are no longer being updated and have security issues.
Further Minify Improvement Possible?
This discussion is related to the Page Speed addon.
First of all i just want to say thanks for this plugin. Using gtmetrix.com, which uses both Yslow and Page Speed to test, i have achieved from 71% of default Vanilla installation to 92% after installing Page Speed Plugin!!!!
If i could just figure out how to add Expires Headers I would properly scored even higher. And if Yslow recognize CloudFlare as CDN.
However I have constantly missed the 100% mark from all the minify test. I only scored 99 or 98.
Minify JavaScript
Minify CSS
Minify HTML
Is there anyway to further improve it?
P.S - I think this could be a bug on Page Speed test, since the Jquery is loading from Google API CDN is also reported to be not minify enough. ( what ?? )
If i could just figure out how to add Expires Headers I would properly scored even higher. And if Yslow recognize CloudFlare as CDN.
However I have constantly missed the 100% mark from all the minify test. I only scored 99 or 98.
Minify JavaScript
Minify CSS
Minify HTML
Is there anyway to further improve it?
P.S - I think this could be a bug on Page Speed test, since the Jquery is loading from Google API CDN is also reported to be not minify enough. ( what ?? )
Tagged:
0
Answers
http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
Because it contains copyright comments.
I dont think that more minifing in Javascript is possible. For javascript is used UglifyJS (https://github.com/mishoo/UglifyJS). It compress better that YUICompressor and Google. It is very good compressor.
I check my site @ http://gtmetrix.com
I use AllInOne config option. In "Minify JavaScript" and "Minify CSS" sections it scores 99. What is 15B - 50B? Almost nothing. Dont worry about it. It is minified very well.