What a HAR file records
A HAR file is a JSON-formatted record of network activity captured by a browser or debugging tool. It can contain request URLs, methods, HTTP status codes, response headers, MIME types, transfer sizes, initiators, redirects, and timing phases for every resource loaded during the recording.
The analyzer converts this raw data into an interactive network waterfall. Requests are aligned on a shared timeline so you can see what started first, what waited, which resources overlapped, and which late request extended the page load. This makes a complex capture easier to review outside the original browser session.


