Post: intro

ISR-cached for revalidate = 60. A tagged fetch during render attaches post:intro to this page's cache entry — both the inner CacheHandler and the outer Workers Cache will honour revalidateTag("post:intro").

Server-side timestamp:

2026-06-06T00:50:31.971Z

Render ID: cfa885fe-3cc1-465d-8484-7a60e8534182

Sample noise (re-rendered = re-randomised): 0.391232

Probe /cached/intro

Issues a no-store fetch against the route. The route embeds a fresh render-id into every server-rendered response — comparing it across probes is the most reliable way to tell whether SSR actually happened or a cache served the same bytes again. cf-cache-status is shown alongside as the outer Workers Cache verdict.

HTTP status
render-id
render-time
cf-cache-status
not set — running locally, or the runtime doesn't expose it
Age
Cache-Control
CDN-Cache-Control
Cache-Tag
cf-ray
Probed at

Invalidate this page

Calls into a server route handler that invokes revalidateTag / revalidatePath. vinext fans the call out to both the inner CacheHandler (KV / memory) and ctx.cache.purge(...) when the runtime exposes one on the request context.