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-23T12:39:42.877Z

Render ID: 2d7ccf23-d5b5-4f25-95e0-8851b42604f9

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

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.