Post: featured

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

Server-side timestamp:

2026-09-25T05:16:38.617Z

Render ID: 809521d2-5eca-4da7-b0c9-d04739f600ed

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

Probe /cached/featured

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.