Plugin Author
AITpro
(@aitpro)
Copy and paste the YSlow message.
Check the BPS System Info page. Do you see this in the right hand top table – Browser Compression Supported: gzip,deflate,sdch
If you do not see gzip listed then mod_gzip may not be loaded on your server.
You can try this Speed Boost Cache code in the link below and see if it works.
http://forum.ait-pro.com/forums/topic/htaccess-caching-code-speed-boost-cache-code/
Plugin Author
AITpro
(@aitpro)
Looks like most folks recommend using mod_deflate vs mod_gzip. They both accomplish the same thing. Both compress files. mod_deflate is faster vs mod_gzip which compresses files slightly more. Since the goal is speed mod_deflate makes more sense and it is standardized so most host’s will have this mod enabled by default.
http://stackoverflow.com/questions/10255453/mod-deflate-vs-mod-gzip
http://stackoverflow.com/questions/3173147/mod-deflate-or-mod-gzip-which-should-be-used
http://www.linuxjournal.com/article/6802
Plugin Author
AITpro
(@aitpro)
Yikes, I just checked your site with Firebug and YSlow. You have 2 gigantic image files that need to be optimized. The dimensions (width x height) of those files are huge so you need to reduce the dimensions of the files in Photoshop or a comparable application.
1.5MB/2MB width 2592 x height 1936
ncpdra.org/wp-content/uploads/2013/01/photo-1-11.jpg
1.2MB/1.9MB width 2592 x height 1936
ncpdra.org/wp-content/uploads/2013/01/photo-151.jpg
Yes, gzip and deflate are both supported – thank you for the insight on gzip and deflate. The gzip wasn’t working, but the code you referenced did – thanks! The YSlow score went from 70 to 82, so I still have a bit more to do, but this is a great start.
Thanks again!
Plugin Author
AITpro
(@aitpro)
Great! And once you get these 2 image files scaled down then it will make a huge difference.
2592 pixels = 36 inches = 3 feet wide. 😉
1936 pixels = 27 inches = 2 feet high.