Difference between revisions of "Speed Up Magento"
Jump to navigation
Jump to search
(Created page with " Category:Extension Setup") |
m |
||
Line 1: | Line 1: | ||
+ | ==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. | ||
+ | |||
+ | [[File:magento_gzip.pngg|link=|615px]] | ||
+ | |||
+ | If it's not there you need to turn this on at a server level. | ||
+ | |||
+ | |||
+ | |||
[[Category:Extension Setup]] | [[Category:Extension Setup]] |
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.