HAR File Analyzer
Drop a HAR file and inspect waterfall, blocking, headers, third-party breakdown, slow resources, and total transfer time — entirely in your browser.
HAR File Analyzer
Waterfall
Third-party breakdown
| Host | Reqs | Bytes | Time |
|---|---|---|---|
| cdn.thirdparty.io | 1 | 175.8 KB | 1.45 s |
Request detail
Select a row to inspect headers and timing breakdown.
Last updated:
This tool is provided as-is for convenience. Output should be verified before use in any production or critical context.
For AI agents: how to call this tool
Machine-readable contract, endpoints and examples. Humans can ignore this section.
Best Path For Builders
Browser workflow
Runs instantly in the browser with private local processing and copy/export-ready output.
Browser Workflow
This tool is optimized for instant in-browser execution with local data handling. Run it here and copy/export the output directly.
/har-file-analyzer/
For automation planning, fetch the canonical contract at /api/tool/har-file-analyzer.json.
How to Use HAR File Analyzer
- 1
Load your HAR
Use Choose HAR file to read a .har export from Chrome, Firefox, or Safari DevTools. The file is parsed with FileReader and stays inside this tab.
- 2
Scan the summary cards
Requests, wall time, total transfer, error count, and slow-request count surface above the waterfall so you spot the page's biggest issues without scrolling.
- 3
Filter and drill in
Type into the filter to narrow by URL, host, or status. Click any waterfall row to open headers, MIME type, transfer size, and a per-phase timing breakdown.
- 4
Triage third parties
The third-party panel ranks external hosts by transferred bytes and total time, to see which vendor scripts dominate the page budget.