- Issue created by @elc
Automatically closed - issue fixed for 2 weeks with no activity.
Module currently flushes the entire render cache when a site verification is added, updated or removed, but only through the provided forms.
This means a site is doing a lot of work when it should just be removing a few cache items, and can also miss out on invaliding any entities not manipulated through the form submissions.
Save a site verification and see the entire render cache is flushed just so the front page and all file based verifications are up to date.
Add a generic and specific entity cache tags, allowing the existing entity tag invalidation to correctly invalidate stale pages.
[X] Create patch
n/a
n/a
n/a
Active
3.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.