Difference between revisions of "Speed Up Magento"

From Moogento How-to Guides
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===
+
==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.

magento gzip.png

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