Analyze HTTP Archive files — waterfall chart, request statistics, errors
Drop .har file here or
Your file never leaves the browser
HAR (HTTP Archive) is a standard format for recording all HTTP requests and responses when loading a web page. The file contains URLs, headers, timings, sizes, and response codes for each resource.
Open DevTools (F12) → Network tab → load the page → right-click → Save all as HAR with content. The file will be saved with a .har extension.
Completely safe — the file is processed entirely in your browser via JavaScript. Data is NOT sent to the server and never leaves your computer.
The waterfall chart visualizes the order and timing of each resource load. Bar colors represent phases: DNS lookup, TCP connection, SSL handshake, TTFB wait, and data download.