magento-performance-tweaks icon indicating copy to clipboard operation
magento-performance-tweaks copied to clipboard

Add the ability to not cache some static blocks

Open mpchadwick opened this issue 9 years ago • 2 comments

We had an issue where we had a static block with products with add to cart buttons. The static block got cached, along with the form key, preventing users from adding to cart through that static block. I think there are use cases where there may be some static blocks on the site that the store admin / developer does not want cached. My ideal solution would be a check box on the edit static block page that says "Don't cache this static block" and then a check in the if condition. Is this something you would consider incorporating?

mpchadwick avatar Jun 03 '15 17:06 mpchadwick

I think not caching something is not a performance tweaks

kkrieger85 avatar Oct 14 '17 10:10 kkrieger85

@kkrieger85 this extension ensures that all static blocks are cached. Hence, one could at least consider this feature...

sprankhub avatar Oct 14 '17 10:10 sprankhub