I've noticed that our Blocks HTML output cache regularly needs to be refreshed, every day even when no one has been working on the Backend of Magento?
Why would this cache become invalid so frequently when no one has been updating CMS pages, static blocks, products etc?
What happens when the cache is invalid? Does Magento go to the file system rather than the cache when a cache is invalid?
We're using redis Backend cache, I'm thinking that perhaps redis does not have enough memory allocated to it.
Could this have something to do with this bug regarding Blocks HTML output cache on 1.9 https://www.magentocommerce.com/bug-tracking/issue/index/id/870
blocks html outputneeds to be refreshed. It looks like some cron task is invalidating this cache at nights? did you figure out? I will try to dig in – Marc Dec 16 '15 at 10:27blocks html outputas that is part of Magento's backend cache. Lesti looks good though, how have you found it? I'll update my question when I do more tests and see how increasing the memory works out. It may be an issue with 1.9.2.2 – Holly Dec 16 '15 at 15:51