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
When a block is set as an ESI, a call to Mage::getUrl('*/*/myAction') inside the MyBlock.php file will return varnish/cache/myAction instead of myModule/myController/myAction.
This is a quite important bug to fix. I will fix it as soon as I can.
When a block is set as an ESI, a call to
Mage::getUrl('*/*/myAction')
inside theMyBlock.php
file will returnvarnish/cache/myAction
instead ofmyModule/myController/myAction
.This is a quite important bug to fix. I will fix it as soon as I can.