Difference between revisions of "Speed Up Magento"

From Moogento How-to Guides
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.pngg|link=|615px]]
+
[[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.

magento gzip.png

If it's not there you need to turn this on at a server level.