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-08-12T04:16:16.906Z

Render ID: 15fd6744-87a9-4f49-b4b9-0e04a088c8f2

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

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.