Lesti_Fpc
Lesti_Fpc copied to clipboard
Simple Magento Fullpagecache
On my system (openmage 20) when I "flush magento cache" the FPC is not cleaned, thus I catched this new event and it works just fine.
good morning. I have a problem with the minicart. I want to completely exclude how do you have to configure lesti_fpc to completely exclude the minicart and the actions associated...
Add standart magento event after sending response if block loaded from cache if ($action = $observer->getEvent()->getAction()) { Mage::dispatchEvent('controller_action_postdispatch', array('controller_action' => $action)); } On this event there are few magento observers...
We're running into issue with the breadcrumbs being cached somehow, shouldn't this not be cached out of the box? Reproduction ( I could give live environment information if needed through...
Hello, I am not sure if this is the nature of this FPC module, if I currently have it configured incorrectly, or if this this a bug - so I...
Hello, I am using https://github.com/caciobanu/improved-magento-layered-navigation/tree/master/app/code/community/Catalin/SEO All works fine, however, I am battling to place a URL param that is in /param/value/param/value format The URI params are all in param=value (normal...
While LestiFPC is enabled, websites don’t show “You have been unsubscribed” box, when pressed an unsubscribe link in mailing. http://s16.postimg.org/q0te5slc5/cachefpc.jpg adding core/session to the $messageStorage-Array don't fix the problem.
We have for one catergory this xml update: ``` list200 grid200 ``` This works okay when FPC is turned off. When it is turned on and we refresh one or...
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...
Is there a way to add Lesti_FPC to AOE cron scheduler. I often do updates to my M1.9 site and have to flush the FPC, and was just wondering if...