Some time has passed since I wrote original version of this article, Magento was at 1.5. these days…
Now, almost 2 years later I have decided to revamp the article since lot’s of feedback is gathered…
For that purpose, I have wrote small extension for it that you can find here:
https://github.com/tomasinchoo/Inchoo_InvalidatedBlockCacheFix/tags
I would like to thank all of you, especially people that gave suggestions in order to improve it.
Main difference is that it is done through observer and the code is wrapped up in extension for easier use.
Keep in mind that this extension is created for purposes of blog article at inchoo.net and as such can only be used as proof of concept. If you find it helpful in order to learn Magento, that is great, but be careful if you plan to use it in production environment even though I do
Some sites can’t afford to clean block cache on every product edit, so please keep that in mind.
Thanks, and looking forward to your feedback!







@Lewis
Not really. Magento Cron runs on my server but the cache block still gets invalid. (1.7.0.2)
Fix from travis worked fine. Thanks!
works like anything thanks a lot
Hi everyone, I would just like to inform you that there is revamped version of this article if you are interested!
Why dont you check at least if cache is invalidated before flushing it? Something like
$invalidateTypes = Mage::app()->getCacheInstance()->getInvalidatedTypes();
if (!empty($invalidateTypes['block_html'])) {…
@Alex I could have added it, however, it is ALWAYS invalidated, even if you save product with no NEW data, however I don’t see what can it break, so I will add it as soon as possible
Thanks for feedback!
Already created this little extension myself, a few differences, I made a yes/no enable feature for the backend, in yours you have singleton inside the observer where as mine does not.
Why should this be needed?
Rob.
Hi Robert,
Well… you are right … singleton is not needed since if you don’t specify otherwise, you will always get singleton
Thank you for sharing superb informations. Your website is very cool.
I’m impressed by the details that you have on this web site. It reveals how nicely you
understand this subject. Bookmarked this website page, will come back for extra articles.
You, my pal, ROCK! I found just the information I already searched all over the place
and simply could not come across. What an ideal website.
Thanks for sharing such a good thought, piece of writing is pleasant, thats why i have read it entirely
Fantastic goods from you, man. I have understand
your stuff previous to and you’re just extremely excellent. I really like what you have acquired here, certainly like what you’re saying and the way in which you say it.
You make it enjoyable and you still care for to keep it sensible.
I can’t wait to read far more from you. This is really a terrific website.
I’ve worte a Extension for this Issues.
https://github.com/mklooss/Loewenstark_InvalidCache
There just do the same, but i had add also a CronJob to check if one of the caches are invalid and clean this type.
bacause the cache will be invalid, when u save Catalog Rules or each other settings:
https://github.com/mklooss/Loewenstark_InvalidCache/blob/master/app/code/community/Loewenstark/InvalidCache/Model/Observer.php
We are a gaggle of volunteers and starting a new scheme in our community.
Your site provided us with helpful info to work on.
You’ve done a formidable job and our whole community might be thankful to you.
I am pretty new with Magento. How do I even “install” this extension?
Thanks so much in advance!
@Casper – Just unpack it and copy to your site’s root directory…
Tomas, is there any tutorial that I can follow to install this extension?
@darren You mean tutorial for copy-paste? Please check my previous comment: “@Casper – Just unpack it and copy to your site’s root directory…”
Hi Tomas i tried to install your app but it gave me some problem, you write in the README file:
” ….It works only for US….. ”
why only for US they look better than european or oceanian african etc… ?
@Fulvio … Hm… where exactly did you read that it works only for US?
https://github.com/tomasinchoo/Inchoo_InvalidatedBlockCacheFix/blob/master/README.md
Maybe you read that one on this (OTHER) extension: https://github.com/tomasinchoo/Inchoo_USDisableRegions
Well, in that case I’m afraid you should try some other extension like this one: http://www.magentocommerce.com/magento-connect/remove-or-change-displayed-states-and-regions-1964.html
My version was created as part of the project on which client had no interest in shipping to any other country than USA so that save us some time and some cost to the client
tanks for reply. I read it in this file:
README.md
at
https://github.com/tomasinchoo/Inchoo_InvalidatedBlockCacheFix/blob/1f84dd39a8291a84c4fe21f2ae0ab7abf77be947/README.md
anyway thanks
Hm… weird… that’s part of initial commit … I’m not sure how did you ended up there
This is latest version in zip:
https://github.com/tomasinchoo/Inchoo_InvalidatedBlockCacheFix/archive/1.0.0.zip
Please try it by extracting it to your site root directory. It should work.