Caching can affect newly changed forms, scripts, styles, PWA files, and rewrite routes.
Recommended exclusions #
Do not full-page cache:
- Checkout pages
- Donor portal pages
/volunteer-checkin/- WordPress REST API requests under
/wp-json/giveblocks/v1/ - URLs containing donor magic tokens
Do not cache or combine Stripe.js in a way that changes its source or execution behavior.
After a plugin update #
- Purge the WordPress cache.
- Purge the host/server cache.
- Purge the CDN cache.
- Reopen the page in a private browser window.
- For PWA changes, fully close and reopen the installed app/browser.
Cloudflare Development Mode is temporary and does not clear every WordPress, host, browser, or service-worker cache.
