2009-01-14, 10:08 AM
I been doing some heavy optimizing on my site and I noticed my mybb javascripts weren't compressed. Since prototype can be 100k itself and you can trim that to about 50k with mod_deflate I add this to my apache conf:
AddOutputFilterByType DEFLATE application/x-javascript
BINGO...I have compressed javascript. Now I noticed that mybboard doesn't ues it for their JS but maybe with faster js loading some of the ajax errors might diminish. At least that's my hope.
http://websiteoptimization.com/services/analyze/
AddOutputFilterByType DEFLATE application/x-javascript
BINGO...I have compressed javascript. Now I noticed that mybboard doesn't ues it for their JS but maybe with faster js loading some of the ajax errors might diminish. At least that's my hope.
http://websiteoptimization.com/services/analyze/