Experimental Environment

The Behavior Lab.

Interact with a live Next.js runtime. Toggle rendering strategies, inspect streaming payloads, and visualize the component lifecycle in real-time.

Scenarios
v16.1
Lab Context

Objective

Analyze the request-time generation flow where the server computes fresh HTML for every user.

Environment

RUN Mounting ssr...

LOG Cache: BYPASS

SYS Memory: 124mb

Simulate Latency42ms

SSR: Request-Time Rendering

Every request generates a fresh response

User Request
Compute (At Edge)
LIVE DATA
Fresh HTML
Click 'Run Request' to see what happens when a user visits an SSR page.