devvkit / dev
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
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