HAR performance viewer
Inspect local browser network logs for slow requests, timing phases and transferred bytes.
What it does
Inspect local browser network logs for slow requests, timing phases and transferred bytes.
How to use it
- Choose an exported HAR up to 10 MB / 10,000 entries.
- Inspect the slowest requests and waterfall offsets; export the full JSON report.
- Processing stays in this browser. No sign-up or upload.
Example
A request with 800 ms wait and 50 ms receive helps identify server wait versus download time.
Methodology
HAR entry timings are read without replaying requests. Transfer bytes use _transferSize, then known header plus body sizes.
Limitations
Unknown sizes remain unknown. SSL overlaps connection time; durations must not be summed into page-load time. URLs omit queries, fragments and credentials but paths may be sensitive.
Automation
This tool runs in your browser. No upload API or MCP endpoint is available.
View capabilities and documentationReference updated
Join the conversation
Helpful tips, questions, and ideas for making this tool better.
Loading discussion…