-
Notifications
You must be signed in to change notification settings - Fork 203
Closed
Labels
Description
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.