Understanding HAR Files And How To Download Them
Conneqtion Group
Oracle Cloud Infrastructure & Oracle SaaS Implementation Partner
HTTP Archive (HAR) files are valuable tools for web developers and performance. These files contain a wealth of information, including network requests, timings, and other relevant data that can be invaluable for debugging and improving web page performance.
In this blog, we will walk you through the process of generating a HAR file using the VBCS application.
Step 1: Open the VBCS application right-click on any part of the page and select “Inspect” from the context menu.
Step 2: After opening the Inspect click on the Network Tab.
Step 3: Ensure the Preserve log option is selected.
Step 4: Click the record button on the upper left corner of the tab and make sure it is red. If it is grey, click it once to start recording.
Step 5: Click the clear button to clear out any existing logs from the network tab.
Step 6: Reproduce the issue by performing the actions on the page that lead to the issue, while the network requests are being recorded.
Step 7: Once we have reproduced the issue, we can export the file using the download button.
Save the HAR file on our system.