This Magento extension provides a Real Full Page Caching for Magento powered by Varnish with support of Session-Based information caching (Cart, Customer Accounts, ...) via ESI includes
Other
95
stars
18
forks
source link
ESI Blocks and <default></default> layout handle #6
When an ESI block is requested, the CacheController.php doesn't load the <default></default> layout handle. The <default /> handle should always be loaded.
Will fix that soon.
When an ESI block is requested, the
CacheController.php
doesn't load the<default></default>
layout handle. The<default />
handle should always be loaded. Will fix that soon.