Free online HAR file analyzer. Inspect network waterfalls, response timings, headers, and domain analytics with automatic sensitive data redaction.
Loading tool...
Learn how to analyze HTTP Archive (HAR) files, diagnose waterfall timing bottlenecks, inspect request headers, and isolate DNS or server-side latency drivers.
A file that saves all the network requests your browser made, used by developers to fix slow websites.
The HAR File Viewer & Analyzer parses HTTP Archive (HAR 1.2) JSON files exported from browser DevTools, rendering waterfall request timelines, duplicate request warnings, domain performance analytics, automatic sensitive token/cookie redaction, and CSV export.
Parses the HAR JSON schema directly in client browser memory, calculating individual request timings: DNS resolution, TCP connection, SSL/TLS handshake, TTFB (Time to First Byte), and content download. Features paginated tables (50 items/page), duplicate GET request detection, and an automatic redaction toggle for Authorization tokens and Cookie headers.
HAR Log: GET /api/data (Status: 200, Total Time: 240ms)Timings: DNS: 15ms | Connect: 35ms | SSL: 40ms | TTFB (Wait): 120ms | Download: 30msBreaks down total request duration into granular network connection and server processing phases.
Sensitive inputs (passwords, tokens, document files, financial records, and personal parameters) are processed entirely within your local browser JavaScript and WebAssembly runtime.
Inputs and generated outputs remain strictly in your device volatile memory (RAM). Outlivo does not operate backend processing databases or logging servers for tool inputs. When you clear inputs or close the browser tab, data is immediately freed.
Zero bytes of your input data, credentials, uploaded files, or generated documents are transmitted over the internet to Outlivo or any third-party server.
For complete transparency on data isolation and client sandboxing, visit our Privacy Policy or contact us via the Contact Center.
Yes, 100%. The HAR file is parsed strictly inside your browser memory using HTML5 FileReader. No file content is uploaded to any server. Outlivo also provides an automatic redaction toggle to mask Authorization and Cookie headers.
Open Chrome, Firefox, or Safari DevTools (F12), switch to the Network tab, perform your user flow, right-click any request in the list, and select "Save all as HAR with content".
Yes. The analyzer uses pagination (50 items per page) and lazy inspection to maintain fluid 60fps scrolling and rapid analysis even on multi-megabyte HAR logs with hundreds of requests.