Hey Arthur! @Arthur21
Ja, langsame Ladezeiten haben meist mit etwas auf User-Seite zu tun leider. Das kann alles sein kann von einem langsamen Signal zu Antivirus Apps die Sachen blockieren.
Wenn man eine HAR-Datei erhält und diese öffnen soll, besteht eine Möglichkeit darin, dashttps://toolbox.googleapps.com/apps/har_analyzer/ von Google zu verwenden. Man kann die Datei hochladen und dieses Tool kümmert sich dann um den Rest.
Bzgl. Probleme mit der .har File, ich habe etwas im Web für dich gefunden das ggf. helfen kann. Das folgende ist nur leider auf Englisch → kannst du mal versuchen die Anleitung unten auszuführen? Wenn es weitere Probleme gibt lass es mich wissen:
Note: HAR files can contain login information/credentials and session cookies. For data privacy purposes, please avoid entering/recording personal details such as passwords and credit card information. It would be best to record the HAR via an Incognito window.
Chrome:
- You can record your HTTP session using the Network tab in the Developer Tools in Chrome.
- Open the Developer Tools from the menu (Menu > Tools > developer tools), or by pressing Ctrl+Shift+C on your keyboard
- Click on the Network tab
- Look for a round button at the top left of the Network tab. Make sure it is red. - If it is grey, click it once to start recording.
- Check the box next to Preserve log.
- You can use the clear button (a circle with a diagonal line through it) right before trying to reproduce the issue to remove unnecessary header information Reproduce the issue
- Save the capture by right-clicking on the grid and choosing “Save as HAR with Content”. You can also click on the icon of the downward arrow with a line under it, which is the export/save function.
Firefox:
- Start Firefox Developer Tools in Network mode (Top right menu > Developer > Network, or ctrl-shift-Q)
- Reproduce the issue
- Save the capture by right-clicking on the grid and choosing “Save all as HAR”
- Export the capture to a HAR file
Edge:
- Open the Network tool in F12 developer tools
- Reproduce the issue
- Export captured traffic as a HAR (CTRL + S)