Async render
A component's async render() awaits server data. SSR blocks, so the resolved value is in the first paint (no fallback, readable with JS off).
server rendered this at 2026-08-10T16:09:21.377Z (pid 1)
For a SLOW region where blocking the first byte hurts, wrap it in Suspense to stream it instead:
loading slow region…