optimization

Magento 2: How to improve Magento 2 speed for development on local machine

Magento 2: How to improve Magento 2 speed for development on local machine

In this article we gathered the most important performance tips, which will help you to improve Magento 2 speed on your local machine. After applying of these performance tips, Magento 2 will load much faster. You will be able to work in normal way, without long page reloading.

In short, this is a list of speed improvements requited for normal development work with Magento 2.

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

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: Optimization of Magento configurable products. Part 2.

Magento performance

In my previous article I wrote about performance issues when you have many attribute options for configurable attribute. Here I will provide you with several tips on how to increase performance if you have configurable products with many associated products (100 associated products and more).

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

Magento performance: Magento search optimization

Magento search optimization

Search is very important for customer experience, that is why it is highly recommended to keep it quick and optimized.

In this article we gathered recommendations that will help to optimize search in your Magento store without core files modifications.

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

How to fix Error 500 during products exporting in Magento

Many people receive error 500 during exporting of all products in Magento. Usually error occurs during execution of the "Export All Products" export profile in Magento back-end.

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