Has anyone used mod_pagespeed in a magento store?
Does it break anything (like custom optimizations etc?)
Very Interested of using it, but suffering from luck of resources...
|
Has anyone used mod_pagespeed in a magento store? Does it break anything (like custom optimizations etc?) Very Interested of using it, but suffering from luck of resources...
| |||||||||
feedback
|
|
Your post interested me so I have played around with mod_pagespeed, I didn't do any detailed testing nor measurements. My general impression was indifference, benefits were negligible to undetectable. The greatest hinderence to Magento has always been and continues to be it's mass of PHP classes that take ages to load and instantiate. Magento isn't really guilty of bad practices like inline CSS so there is little room for this mod to do. With those caveats aside here is my experience. First off Google have packaged mod_pagespeed very well, they provide source as well as binaries, but the binaries installer registers repositories so it'll stay updated. Something I wish more producers would do as a matter of course. The most sensible settings are the default so it works right away without any tweaking. FiltersConfiguration is broken into a moderate list of filters which you should read through to see exactly what improvements are made. I only chose to enable two - "remove_comments" and "collapse_whitespace" - which made a marked difference in HTML size and didn't break anything.
ConclusionThe various rewrites, reorderings and fixes get in the way of developing. A line number reported by the browser won't necessarily be the same in your source code. For this reason I would never use it for anything but a production server. The benefit is so small for a PHP-driven application like Magento. How many of us are going to be administering servers with millions of daily visitors in order to notice the cost savings? I know I can get much greater savings by old fashioned programming. Block and full page caching have the best effect of all. Still, any improvement is welcome which is why I will be considering it in future. Any other sites hosted on the same server will benefit in their own ways.
| |||||||||
feedback
|
|
I have had few problems using the Admin of Magento with Mod_pagespeed on. But I think I need to configure the settings as @clockworkgeek has sugguested. I'll again look into R&D | |||
|
feedback
|
|
I had some problems with pictures in my magento stores, so i disabled the "rewrite_images" filter.
This work for me well. Have somebody good default values for magento? I mean this section in the pagespeed.conf file:
Daniel | |||
|
feedback
|