top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How can enhance the Magento performance?

+4 votes
457 views
How can enhance the Magento performance?
posted Nov 4, 2015 by Vrije Mani Upadhyay

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

3 Answers

+1 vote

Hosting environment/ General tips

Get a dedicated server.

Host your site in the country where your customers are.

Don’t host files on your web server that you do not use, large or small.

Goto MySQL Admin and select all the tables and repair and then optimize them.

Use a PHP accelerator like APC, ZendOptimizer+ or Xcache.

 APC – http://pecl.php.net/package/APC. Increased the APC.shm.size to something like 128 to allow more data to be cached by apc.
 Xcache – http://xcache.lighttpd.net/                                                        

Only install necessary Apache modules.

Enable Gzip Compression in htaccess.

Compress output, use zlib.output_compression or mod_deflate.

Use a Content Delivery Network (CDN) for parallel transfer of static content. There is a Magento extension that can help you do this with category and product images: the One Pica Image CDN.

For more info!

answer Jan 6, 2016 by Manikandan J
0 votes

You can easily enhance the Magento performance by using the best hosting domain.
The customer is always looking for the best Magento websites which gave the best result and speed up performance easily.
Page loading time and bad content used always reject the best performance of your Magento website.

answer Aug 6, 2016 by Magento_ocodewire
0 votes

Some general steps to enhance the performance of magento are as follows:
1: Enable Flat Categories and Products
2: Merge CSS and JS Files
3: Content Delivery Network
4: Caching
5: Image Optimization
6: Enable Compression
7: Magento Updates

answer Feb 18, 2018 by Vishi Gulati
...