← All Tools

HTTP Timing Waterfall

Visualize where your HTTP request spends its time. Paste values from Chrome DevTools Network panel, curl's -w output, or enter them manually.

โฑ Phase Durations (ms)

๐Ÿ“Š Waterfall

DNS TCP TLS Send Wait (TTFB) Download

๐Ÿ” Analysis

๐Ÿ“‹ Paste from curl

Run curl -w "@curl-format.txt" -o /dev/null -s URL with a format file, or paste any key: value pairs (seconds). Recognized keys: namelookup, connect, appconnect, pretransfer, starttransfer, total.

Copied!