Pre-rendering: Cache Purging
April 20, 2026 ยท View on GitHub
Full cache purge
When significant changes happen on a website, cached results can be purged entirely. Full cache purge is available once per 2 hours.

Individual page cache purge
Full cache purge is rate-limited, but individual pages can be purged any time, without limits. To purge a single page, obtain its Cache ID from the response headers as X-Prerender-Id.
|
|
Purging aggressively-cached pages
The X-Prerender-Id header may be missing in DevTools because of aggressive client caching headers, a Service Worker, or AppCache. To work around this (in Chrome, Opera, Brave, and other Chromium-based browsers):
- Open a new Private window
- Open the URL with
?_escaped_fragment_=appended - Open Developer Tools
- Go to the Network tab
- Enable Disable Cache
- Reload / refresh the page
- Select the
/?_escaped_fragment_=document (should be first) - Open the Headers tab
- Under Response Headers, find
x-prerender-id
Notes
When cache is purged from the pre-rendering engine, it may remain cached in intermediate caching layers for a few minutes up to several days, depending on your Cache TTL and rendering endpoint.