Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Denne tråden ble lukket og arkivert. Still et nytt spørsmål dersom du trenger hjelp.

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

  • 1 svar
  • 1 har dette problemet
  • 2 views
  • Siste svar av Zilmar

more options

I am doing network performance test on my website to get timings of page load and resources. I can use the Firefox Dev Tools and "Save All As HAR". However, the data doesnt give the page timings correctly.

Here is the a sample of the HAR file:

 "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 page timings -1 and how do I get the correct onLoad e.g. 800ms 2. Where is the waterfall resource timings that gives specific timings of scripts/images/css downloads, queuing and loading information?

I am doing network performance test on my website to get timings of page load and resources. I can use the Firefox Dev Tools and "Save All As HAR". However, the data doesnt give the page timings correctly. Here is the a sample of the HAR file: "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 page timings -1 and how do I get the correct onLoad e.g. 800ms 2. Where is the waterfall resource timings that gives specific timings of scripts/images/css downloads, queuing and loading information?

All Replies (1)

more options