Difference between revisions of "Speed Up Magento"
Jump to navigation
Jump to search
m |
m |
||
Line 2: | Line 2: | ||
Magento has some quick-win areas, and some which can take longer. Let's start with the first. | Magento has some quick-win areas, and some which can take longer. Let's start with the first. | ||
− | + | ==Quick Wins== | |
− | ==Gzip HTML== | + | ===Gzip HTML=== |
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. | ||
Revision as of 23:36, 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.