“Magento is so slow” is one of the complaints I often hear about this online store web application (the other complaint is “Magento is too complex!”).
Here are some tips to really speed up Magento and make it blazingly fast.
#1: Enable Caching
Since Magento 1.4, Caching is enabled by default. So just don’t turn it off, unless really necessary, i.e. for development purposes.
#2: Use a PHP Accelerator such as APC
Using a PHP Accelerator is now a sane necessity. I personally use APC in my development laptop, and so does my web hosting provider.
If you use Ubuntu, installing APC is very simple:
sudo aptitude install php5-apc
It will be enable automatically.
For Magento installation in your web hosting, make sure to enable APC in php.ini configuration file by adding:
extension = apc.so
#3: Enable Magento Compiler
Magento 1.4 and newer comes with Magento Compiler by default. But many people are not aware of this feature, and that it’s extremely powerful.
To use it:
- Make sure you have about 100 MB additional space
- Go to Tools -> Compilation
- Click “Run Compilation Process”
Make sure Compiler status is “Enabled”.
Now you should notice huge difference in speed of your Magento Commerce installation!
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
