How to improve checkout & add to cart speed in Magento
Despite you can cache static cms pages, like products and categories, using Full Page Cache along with a fast backend cache storage, such as Redis or Memcached, you will still have slow dynamic pages. Thus, it is vital to increase checkout and add to cart speed in your Magento setup. There are also problems related to PHP / web server, which slow down your website. Below, I’ll teach you how to improve default performance, making your customers loyal to your brand.
One Step Checkout, PHP accelerators, Cache backend, and Indexing are among core improvements described in the passage. There are some reliable community advices, as well as the list of core modules to be disabled.
One Step Checkout
First of all, I’d like to draw your attention to One Step Checkout extensions, since they are much more user friendly than a default solution. There is an appropriate list of such modules on the Firebear blog (
All other improvements are described in the