Scenario
A theme update deployed successfully, but some visitors still receive old CSS from the CDN or edge cache.
Recommended Resolution Path
- Check cache-control headers, file naming, and whether the CDN honors origin revalidation.
- Purge the affected asset path and confirm a new edge fetch occurs.
- Verify the HTML references the updated asset URL rather than the previous one.
- Use cache-busting consistently so design fixes appear when intended.
Technician Notes
Document what changed, what confirmed the fix, and whether the issue points to a broader standards gap worth addressing for the client.
- Log in to post comments
Subjects