Difference between revisions of "Speed Up Magento"
Jump to navigation
Jump to search
m |
m |
||
Line 7: | Line 7: | ||
In Firebug, expand your page html section, and look for gzip in the response. | In Firebug, expand your page html section, and look for gzip in the response. | ||
− | [[File:magento_gzip. | + | [[File:magento_gzip.png|link=|615px]] |
If it's not there you need to turn this on at a server level. | If it's not there you need to turn this on at a server level. |
Revision as of 23:32, 14 April 2014
Overview
Magento has some quick-win areas, and some which can take longer. Let's start with the first.
Quick Wins
Gzip HTML
In Firebug, expand your page html section, and look for gzip in the response.
If it's not there you need to turn this on at a server level.