Archives for June, 2013

Adding your own controller to Magento Enterprise Edition Full Page Cache

Magento performance

Magento Enterprise Edition (Magento EE) have a lot of features. One of them is "Full Page Caching" (FPC), which increase store performance and makes store pages to load much faster.

By default Magento EE caching works for category, product, CMS pages. If you want to create your own controller the response will be dynamically generated for it, and FPC will be not used. To add your own controller to FPC you need to add some modifications in your source code.

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

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