⚠️ This page has the same Suspense boundaries as the home page, but is served with X-Accel-Buffering: yes. The reverse proxy buffers the entire response before sending it — you won't see progressive streaming. Compare with the streamed home page and the no-suspense page.
Same cards and same <Suspense> boundaries as the home page. Next.js streams internally, but the proxy holds everything until the response is fully rendered.
#001
#002
#003
#004
#005
#006
#007
#008