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:
Render ID: 1cbdf562-31bb-4b85-b94a-dc843a627f83
Sample noise (re-rendered = re-randomised): 0.749384
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.