Active
Project:
Script Manager
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2025 at 18:56 UTC
Updated:
7 Mar 2025 at 18:56 UTC
Jump to comment: Most recent
When using `page_cache` or a reverse proxy like Varnish, the `http_response` cache tag needs to be invalidated when:
- A new script is created
- Script placement is changed
Otherwise cached pages will be missing the snippet.
I haven't manually tested yet, but I assume:
- Visit `/` anonymous
- Add a script
- Revisit `/` and no script
Whenever a script is saved, invalidate `http_response` cache tag
Comments