GordonLesti / Lesti_Fpc

Simple Magento Fullpagecache
https://gordonlesti.com/lesti-fpc-documentationversion-1-4-5/
Other
358 stars 159 forks source link

Clear cache on homepage #263

Closed r14smit closed 7 years ago

r14smit commented 7 years ago

We are running a daily deal on our homepage, unfortunately it is cached, so it is not really refreshed after finishing. Is there a way to clear the cache on the homepage.

I tried to use the Lazy and Dynamic blocks, but that didn't work.

GordonLesti commented 7 years ago

Did you mean manuell or via code?

r14smit commented 7 years ago

Via code, or even parameter in url

r14smit commented 7 years ago

Maybe there is even some kind of cron to run which can be set on a set time

GordonLesti commented 7 years ago

I guess that should clean the homepage CMS page

$pageId = Mage::getStoreConfig( Mage_Cms_Helper_Page::XML_PATH_HOME_PAGE );
Mage::getSingleton('fpc/fpc')->clean(sha1('cms_' . $pageId));