search
How to Gather .HAR files for Support tickets

Last Updated:

What Are HAR Files

HAR, short for HTTP Archive, is a format used for tracking information between a web browser and a website. A HAR file is primarily used for identifying performance issues, such as bottlenecks, slow load times, and page rendering problems. The HAR file keeps track of each resource loaded by the browser along with timing information for each resource.

 

How to capture HAR Files

  1. In Chrome, go to More Tools > Developer Tools, or:
    • Windows: Press F12
    • Mac: Press Option + ⌘ + J
  2. On the Network tab, ensure the Record button & Preserve Log are enabled.
    • Preserve Log allows the logging to continue even if the same tab/page is refreshed.
      Network_tab.JPG
    • Click on the Filter icon and ensure All is selected
      Network_tab_2.JPG

  3. On the Console tab, click the Gear icon and ensure Preserve Log is enabled
    Console_tab.JPG

  4. Without opening a new window or tab, reproduce the issue in the same tab. 
    • Data will not be collected from a new tab/page
    • You may need to reduce the size of the inspection window. Do this by hovering at the of the window until your cursor becomes an up and down arrow mceclip0.png, then drag the inspection window down to reveal more of the page.

  5. On the Network tab:
    • For Windows right click on one of the text lines and select 'Save all as HAR with content'
    • For Mac press CTRL + Click on one of the text lines and select 'Save all as HAR with content'

      Network_tab_3.JPG

  6. On the Console tab:
    • For Windows right click on one of the text lines and select 'Save As'
    • For Mac press CTRL + Click on one of the text lines and select 'Save As'

      Console_tab_2.JPG

  7. Zip those 2 files together and send the zipped folder as an attachment with your Support ticket.