What is a cache warmer anyway? How can it help you running your Magento store at optimal speed all the time? In a nutshell: A cache warmer calls all your store URLs at a predefined time. Doing so, it makes…
Removing block from cache (Magento 1)
To remove a certain block from the Magento cache, use the below code.
1 2 3 |
<reference name="name.of.the.block"> <action method="setCacheLifetime"><s>null</s></action> </reference> |