Skip to content

Cache tags based revalidation #235

@lauriii

Description

@lauriii

The current revalidation logic in next_extras has some potential scalability issues since it's using paths for revalidating pages. It's complex to use this approach with lists and entity references since currently those would have to be added manually to the revalidation logic. If we implemented that while using the path based approach, with larger sites, this could lead into hundreds or thousands of requests.

Since Drupal provides cache tags for all requests, I'm wondering if we could utilize cache tags for the revalidation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions