Question

Working on a webshop with lesti:fpc + redis and magento caching.
Now i encounter the problem that (when lesti fpc is enabled) holepunching a certain module isn't working.

Screenshot of certain page

The part view2.phtml (Zeon_Manufacturer_Block_View) isn't working.
Other parts like the layered navigation, breadcrumbs the titel etc.. are working fine.

Is there a special way to set this up or whatever?
Cleaning the cache everytime i visit a brands page isn't working offcourse.
For now i use Mage::app()->getCacheInstance()->cleanType('block_html');

Thanks in advance!

Was it helpful?

Solution

You have to put the block name you want to "holepunch" in the Dynamic Blocks textarea under System > Configuration > System > Lesti FPC.

Lesti FPC also has lazy blocks, which is basically a cached dynamic block stored on the users session which reset on specific actions. more info here:

https://gordonlesti.com/what-are-lazy-and-dynamic-blocks-in-lesti-fpc/

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top