Add and use cache tags

Created on 21 March 2025, 16 days ago

Problem/Motivation

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.

Steps to reproduce

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.

Proposed resolution

Add a generic and specific entity cache tags, allowing the existing entity tag invalidation to correctly invalidate stale pages.

Remaining tasks

[X] Create patch

User interface changes

n/a

API changes

n/a

Data model changes

n/a

📌 Task
Status

Active

Version

3.0

Component

Code

Created by

🇦🇺Australia elc

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024