Discovering that every node save around my site is clearing all caches really demotivated me..
Does this module fix that Drupal (7) core problem in any way?
Discovering that every node save around my site is clearing all caches really demotivated me..
Does this module fix that Drupal (7) core problem in any way?
Comments
Comment #1
kopeboyComment #2
fabianx commentedIt will fix it, it is not yet there totally.
But enabling render_cache_node you can get at least node render caching (which never expires on save) and render_cache_block (block render caching, which never expires) to help make the cache miss less painful.
Comment #3
kopeboyThanks