Slow Site Lab — This page is intentionally slow (only when you enable a mode).
Tip: Open DevTools → Network, disable cache, reload, and watch TTFB, content download,
and waterfalls.
Modes
TTFB delay (slow backend before first byte)
3s 8s
Streaming (trickles HTML over time)
6s stream
Large payload (heavy HTML/body)
2MB 8MB
What this teaches in DevTools
TTFB: backend / DB / cache misses
Waterfall: render-blocking CSS/JS
Transfer size: payload bloat
Long tasks: CPU-bound code
Live page status
JS status: (no slow JS loaded)
Server-side elapsed before footer: 3000ms
(not the same as browser TTFB).