Collect HAR logs for Firefox
This guide explains how to capture and export a HAR log from Firefox for troubleshooting network issues using web developer tools.
MAIN POINTS FROM TRANSCRIPT
- Open Firefox and navigate to the problematic page.
- Access web developer tools via the menu and select the network tab.
- Enable "persist logs" and clear existing logs before replicating the issue.
- Save the HAR log file after replicating the issue for analysis.
TAKEAWAYS
- HAR logs contain detailed network request information useful for troubleshooting.
- Persist logs must be enabled to capture ongoing network activity.
- Clearing existing logs ensures only relevant data is captured.
- Exporting the HAR log helps analyze issues like slow page loads or unsuccessful logins.