HAR File Analyzer
Deep-inspect HTTP Archive (.har) files. Waterfall timeline, request breakdown, domain analysis, performance charts, and security audit.
.har file here, or browse deviceWhat is HAR File Analyzer?
A HAR (HTTP Archive) file analyzer is a professional web performance and debugging tool that lets you inspect every network request captured during a browser session. HAR files are JSON-formatted archives exported from browser DevTools, containing detailed timing data, headers, cookies, response bodies, and status codes for each HTTP transaction.
Web developers and performance engineers use HAR analyzers to diagnose slow page loads, trace failed requests, audit security headers, and understand how third-party resources affect load time. By visualizing requests on a waterfall timeline, you can immediately spot bottlenecks — long DNS lookups, slow server response times (TTFB), render-blocking resources, or unnecessary redirect chains.
This tool parses your uploaded HAR file entirely in the browser and presents a waterfall chart, per-domain breakdown, content-type distribution, and a security audit covering missing headers and leaked auth tokens. Because all processing is local, your captured traffic data — which may contain authentication tokens or session cookies — never leaves your device.
How to Use HAR File Analyzer
Export a HAR file from your browser
Open DevTools in Chrome, Firefox or Edge, go to the Network tab, reproduce the issue, then right-click and select 'Save all as HAR'.
Upload the HAR file
Drag your .har file onto the drop zone or click to browse. The file is parsed instantly in your browser.
Explore the waterfall and charts
Review the request waterfall timeline, domain breakdown, content-type distribution, and summary statistics.
Run the security audit & sanitize
Check the security tab to see which responses leak session cookies or tokens, and export a 100% sanitized HAR with 1 click.
Key Benefits
Visual waterfall timeline
See every request plotted on a timeline so you can identify blocking resources and cascading load issues at a glance.
Domain and size analysis
Understand which third-party domains contribute most to page weight and request count.
Security header & secret audit
Automatically flag responses missing essential security headers and scrub authentication tokens.
Fully private, no upload
HAR files often contain sensitive tokens. All analysis runs locally in your browser — nothing is sent to a server.