Skip to content

Clear cache and CDN

Step-by-step cache purge when the widget script is new but old HTML still serves.

Install problems that disappear in a private window are often cache problems. Marketing teams add the snippet; CDN still serves pre-install HTML to everyone else.

Purge and verify

  1. Identify your cache layer — Cloudflare, Fastly, WP plugin, Vercel, etc.
  2. Purge full-page HTML for the site or the specific URL you test
  3. Open a private browser window and load the live connected domain
  4. View Page Source and search for the Amevia install tag
  5. Run Recheck installation in Amevia Installation

Still cached

  • Purge twice if your host has edge and origin tiers
  • Query-string cache bust (?v=2) helps debug but fix the real purge before go-live
  • Service workers can cache old assets — unregister during testing if you use a PWA
Clear cache and CDN — Amevia Help