PDA

View Full Version : How to speed up Magento?



AndrewJohn26
04-22-2011, 04:43 AM
hi do any one help me in How to speed up Magento?

AlbertCrook
04-23-2011, 12:21 AM
These are the key factors in speeding up Magento
1. Optimize
2. Enable catching
3. Enable GZIP compression.

john009
04-23-2011, 02:50 AM
Here are two points for your help,
1) PHP5 - Make sure the server you're hosted on supports php5. While the php5-cgi files Magento provides will work, they also drastically reduce the speed and increase the load on the server.

2) Enable Caching - Inside your Magento admin panel you'll find options for caching under System > Cache Management. Use these settings. You'll need to refresh the cache after future changes, but it will help speed loading for your visitors.

jasmine bell
04-28-2011, 06:43 AM
The new versions of Magento speed up much more than older version.

mtthwsmith8
05-05-2011, 02:45 AM
Many Magento issues are caused by slow performance. The recommended way to speed up Magento's performance is to enable its Compilation function. The performance increase is between 25%-50% on page loads.

You can enable Magento Compilation from your Magento admin panel > System > Tools > Compilation.

Diamondzul
05-17-2011, 08:23 AM
You should install Fooman Speedster.
This one made a massive difference to page loads for the first site I am testing.
You should enable Gzip Compression in .htaccess.

schwa
05-30-2011, 03:21 AM
Try to update it to the new version or reinstall it! And you should also guarantee the wire speed of your PC.

HenryWilson
06-03-2011, 08:10 AM
Some of the methods to speedup Magento:

1 Install Fooman Speedster
2 Enable Gzip Compression in .htaccess
3 Install APC or Xcache
4 “Make sure your Apache configuration has KeepAlives enabled.
5”Modify the configuration for your MySQL server to take better advantage of your server’s RAM.
6 “Use a memory-based filesystem for Magento’s var directory.

Argentein
06-04-2011, 12:07 PM
I am going to download this new version.