Questo sito potrebbe offrire funzionalità limitate durante le operazioni di manutenzione per migliorare l'esperienza utente. Se un articolo non risolve il tuo problema e vuoi richiedere supporto, la nostra comunità di supporto è pronta ad aiutarti tramite @FirefoxSupport su Twitter e /r/firefox su Reddit.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Why is Firefox HAR data page timings for onContentLoad and onLoad equal to -1

  • 3 risposte
  • 1 ha questo problema
  • 3 visualizzazioni
  • Ultima risposta di Shadow110

more options

I'm testing the network performance of my website and I need to export a few samples of it. From the Firefox Dev Tools, I can "Save All As HAR", but viewing the contents the page timings is wrong.

Here is a sample of the HAR file and I am using Firefox 54.0.1:

   "pages": [
     {
       "startedDateTime": "2017-07-22T14:47:49.001+01:00",
       "id": "page_6",
       "title": "Mid-Latency",
       "pageTimings": {
         "onContentLoad": -1,
         "onLoad": -1
       }
     }
   ],

1. Why is the pageTimings = -1 and not (for example) 500ms? 2. Where is the waterfall data of each resources and timings?

I'm testing the network performance of my website and I need to export a few samples of it. From the Firefox Dev Tools, I can "Save All As HAR", but viewing the contents the page timings is wrong. Here is a sample of the HAR file and I am using Firefox 54.0.1: "pages": [ { "startedDateTime": "2017-07-22T14:47:49.001+01:00", "id": "page_6", "title": "Mid-Latency", "pageTimings": { "onContentLoad": -1, "onLoad": -1 } } ], 1. Why is the pageTimings = -1 and not (for example) 500ms? 2. Where is the waterfall data of each resources and timings?

Soluzione scelta

It seems to be a bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1174091

An alternative solution of getting the onLoad I've found, is to get the difference between the startedDateTime and add the last entry "time".

Not sure why this is the case, but I guess it will have to do. Can I get this closed?

Leggere questa risposta nel contesto 👍 0

Tutte le risposte (3)

more options
more options

Soluzione scelta

It seems to be a bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1174091

An alternative solution of getting the onLoad I've found, is to get the difference between the startedDateTime and add the last entry "time".

Not sure why this is the case, but I guess it will have to do. Can I get this closed?

more options

Yes you can. Mark your reply as solved/helpful or..

I am glad to hear that your problem has been resolved. If you haven't already, please select the answer that solves the problem. This will help other users with similar problems find the solution more easily. Thank you for contacting Mozilla Support.