Lesti_Fpc
Lesti_Fpc copied to clipboard
Bannerslider on homepage
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,
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>