How do I analyze a HAR file?
Short answer: Load the HAR, sort by failed or slow requests, then inspect status, timing, redirects, payload size, and cache headers for the first broken dependency.
Steps
- Export the HAR from the browser Network tab without sharing sensitive cookies.
- Inspect failed requests, long waits, redirects, and unusually large payloads.
- Compare request headers, response headers, status, and timing phases.
- Turn the first meaningful failure into a minimal API request or browser reproduction.
Use debugtools
Open the HAR Analyzer / HTTP Profiler to run this workflow in the browser.
Related tools
API WorkbenchHTTP Status CodesRedirect Inspector