magento-performance-tweaks
magento-performance-tweaks copied to clipboard
Add the ability to not cache some static blocks
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?
I think not caching something is not a performance tweaks
@kkrieger85 this extension ensures that all static blocks are cached. Hence, one could at least consider this feature...