Lesti_Fpc icon indicating copy to clipboard operation
Lesti_Fpc copied to clipboard

Bannerslider on homepage

Open mbensoussan opened this issue 7 years ago • 1 comments

Hi, i use your extension and it's just perfect. but actually, the full page cache configuration is set on redis server with a lifetimelimit equal to 86400. i have in the day multiple banner that move in the homepage, and i want them to by bypass by the FPC i use the module bannerslider for magestore.

do you have an idea how i can bypass FPC for this ?

sincerely,

mbensoussan avatar Jan 14 '19 15:01 mbensoussan

additionnal information

i call my block in the layout with this :

<reference name="content_top"> <block type="bannerslider/default" name="bannerslider.block" template="bannerslider/bannerslider.phtml"> <action method="setBannersliderId"><bannerslider_id>1</bannerslider_id></action> </block> </reference>

mbensoussan avatar Jan 14 '19 16:01 mbensoussan