HAR Analyzer
Upload a .har file and analyze every request: timings, waterfall, payloads.
or
Export a HAR from Chrome DevTools (Network tab → right-click → Save all as HAR with content) or Firefox/Edge, then upload it here. Waterfall, size, and timing analysis run entirely in your browser.
//Share this tool
//Related tools
JSON Formatter
Format, validate, minify, and prettify JSON data instantly.
JWT Decoder
Decode and inspect JWT tokens: header, payload, signature, expiration.
Base64 Encoder/Decoder
Encode text or files to Base64 and decode back. UTF-8 safe.
Regex Tester
Test regular expressions in real-time with match highlighting and groups.
Upload a HAR file from DevTools and analyze every network request: response sizes, timing breakdowns, status filters, and a color-coded waterfall. Find slow requests without leaving the browser.
[x]Features
- -Parse .har files or paste JSON directly
- -Stats cards: requests, total transfer, largest payload, slowest TTFB
- -Filter by status code, host, and search query
- -Waterfall with 6 timing segments per request
- -Detail panel with headers, timing, and response tabs
- -Large-payload warnings over 1MB
>Use Cases
- >Finding the slowest request on a production page
- >Auditing third-party scripts and tracking payloads
- >Debugging TTFB vs. download bottlenecks
- >Comparing waterfall shapes before/after a fix