Sometimes, network specific problems can cause issues when accessing or using Coda. To facilitate debugging and resolving Coda issues that might be related to your network, it can be helpful to generate HAR files and attach them to your support request.
Within this article you'll find...
HAR file basics
HAR, short for HTTP Archive, logs the interactions between your browser and websites. A HAR file keeps track of resources loaded by the browser along with timing information for each resource, and can be used to identify issues such as slow load times or page rendering problems.
Generate a HAR file
The steps below will walk you through how to generate a HAR file, depending on your browser type.
Chrome / Edge / Chromium-based browser
Open a new tab
Right click your mouse and click Inspect
Select the Network tab
Enable Preserve log
Click the Clear network log button in the top left corner
Make sure Record network log button is on
Reproduce the issue you are experiencing in the current tab
If the page is loading very slowly, wait until the page is fully loaded
If the page is not loading at all, wait for at least 3 minutes before continuing
Click the Export HAR button
Save the HAR file
Firefox
Open a new tab
Right click your mouse and click Inspect Element
Select the Network tab
Reproduce the issue you are experiencing in the current tab
If the page is loading very slowly, wait until the page is fully loaded
If the page is not loading at all, wait for at least 3 minutes before continuing
Right click anywhere in the File column and select Save All as HAR
Save the HAR file
Safari
Open a new tab
From the Develop menu, select Show Web Inspector
If you do not see Develop menu, go to Safari > Settings, select Advanced tab, and enable Show features for web developers
Select the Network tab
Reproduce the issue you are experiencing in the current tab
If the page is loading very slowly, wait until the page is fully loaded
If the page is not loading at all, wait for at least 3 minutes before continuing
Click the Export button
Save the HAR file