I created a Views Content Cache plugin that allows content to be purged based on a taxonomy term argument. It works in a bit of a cumbersome way, because it relies on an argument being set and doesn't present any options under the cache settings. Having said that, is this something that would be welcome in this module or should I release it as a separate project?
https://drupal.org/sandbox/erikwebb/1677398
The performance implications are huge in the case of forums, for example, where there are many identical Views with a term argument and only some of those pages need to be cleared when a new "post" (or whatever content type) is added.
Comments
Comment #1
erikwebb commentedComment #1.0
erikwebb commentedAdd note about D7 version not working
Comment #2
erikwebb commentedComment #2.0
erikwebb commentedRemove note about D7 incompatibility.
Comment #3
iacono commented+1 Following - A welcomed addition
Comment #4
kopeboyYes please, include this.
I also came here because I am setting up my forum, but I think this is useful in general!
Is that hard to check for an updated taxonomy vocabulary?
I mean, IMHO the most important feature (and simple i guess) is to check for a new taxonomy term ID (later we can add a check for edit) under a picked vocabulary.
Comment #5
xorunaIt would be great new feature indeed. (Though this module already rocks as it is)
And also on user create/update!