Magento optimization

Magento Performance: Nginx Installation

Magento Performance: Nginx Installation

Nginx web server is an amazing solution for high loaded web resources.

In this article we will configure production server for a single domain, working on Nginx only with fast PHP process manager (PHP-FPM) and MySQL. Operating system is Linux CentOS 6.

See more
Posted in:
Magento Performance, Magento

Magento performance: Optimize MySQL settings for your Magento database using Tuning Primer shell script

The Tuning Primer is a shell script that allows you to review the MySQL settings and make adjustments to increase Magento database performance and stability. The script will analyze MySQL statistics and provide you with recommendations on how to fine-tune your MySQL server.

See more
Posted in:
Magento Performance, Magento Tips, Magento

Magento performance: Configuring APC cache for Magento

Magento speed

APC (Alternative PHP cache) is a free opcode cache for PHP, which optimize PHP intermediate code. APC engine cache the compiled bytecode of PHP scripts to avoid the overhead of parsing and compiling source code on each request.

See more
Posted in:
Magento Development, Magento Performance, Development, Magento

Magento performance: How to improve Magento speed using Apache/Gzip files compression

Apache files compression is the fastest way to improve your Magento website speed and performance.

It is recommended to check compression status before and after compression activation. You can easily check compression and data savings level using http://www.whatsmyip.org/http-compression-test/ online service.

See more
Posted in:
Magento Development, Magento Performance, Magento Tips, Development, Hosting, Magento