Magento - Configuration Optimization



Magento has built in tools that can helps to optimize the magento performance. These must be properly configured and matched with your site's unique requirements. The following points specify how to optimize the magento configuration.

  • To speed up Magento performance, don't run mysql and web server on the same machine.

  • Do not host files on your web server that you do not use.

  • Optimization of session storage.

  • Enabling Magento flat catalog. (Magento uses a complex and resource-intensive Entity Attribute Value [or EAV] based catalog). After initial catalog establishment, enabling the flat catalog can dramatically improve database querying time.

  • Identification and disabling of unused Magento modules.

Advertisements