Magento cache

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: 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