Magento extension Lesti_Fpc - Simple Fullpagecache by gordonlesti

MageCloud partnered with gordonlesti to offer Lesti_Fpc - Simple Fullpagecache in your MageCloud panel for our simple 1-click installation option. To install this extension - create your account with MageCloud and launch a new Magento store. It takes only 3 minutes.

gordonlesti always provides support for customers who have installed Lesti_Fpc - Simple Fullpagecache Magento module. Feel free to leave a review for the company and the extension so we can offer you better products and services in the future.

You may want to check other gordonlesti Magento extensions available at MageCloud and even get extensions from hundreds of other Magento developers using our marketplace.

This Cache needs no varnish or any other extenal software and works with events.

Compatible with Magento 1.x

Lesti_Fpc - Simple Fullpagecache

Lesti_Fpc is internal full page cache for Magento. This Cache needs no varnish or any other extenal software and works with events. It is an internal cache and so it replaces dynamic blocks before sending response to customer. Here is little post that explains the workflow of Lesti_Fpc.

No Support on Magento Connect

I will not reply on Q&A or private messages at magento connect. Please use Github Issues

Which pages can be cached?

Per default is cached:

  • cms_index_index
  • cms_page_index
  • catalog_product_view
  • catalog_category_view
You can add your own layout-handles in the configurations.

Which blocks are dynamic or lazy?

Per default are the following dynamic blocks:

  • global_messages
  • messages
  • right.reports.product.viewed
  • global_notices

Per default are the following lazy blocks:

  • top.links
  • cart_sidebar
  • catalog.compare.sidebar
  • wishlist_sidebar
  • welcome (Magento >= 1.8, for Magento 1.7 please read this post)
You can add your own dynamic block in the configurations (only blocks without children). Here you can find a explanation what dynamic and lazy blocks are. If you don't know the name of your block in magento, here is a little post about it.

How to refresh lazy blocks?

The following actions refresh the lazy blocks:

  • checkout_cart_add
  • checkout_cart_delete
  • checkout_cart_updatePost
  • catalog_product_compare_add
  • catalog_product_compare_clear