Network tab summary in chrome dev tools does not display the Load Time and DOMContentLoad time for the website under test

2k Views Asked by At

I am trying to calculate the time after performing an action(clicking Search button) until the time data gets loaded into the page. I am recording this action and can see lots of data in the Network tab with multiple API calls.

However in the summary section I can only see the following: Requests|transferred|resources - see screenshot below

I cannot see the following data: Finish|DomContentLoaded|Load time

Any help is appreciatedenter image description here

I can see all the data in the network tab summary section for other websites, but not for the website under test.

2

There are 2 best solutions below

2
JohnG On

Possibly, you were trying to analyze an iframe. I did not see timings too when I cleared the log and reloaded the iframe (via host page functionality).

0
Marcelo Garbin On

I just went through this, I tried to do several searches and I did not find how to fix this problem.

Only solution I found was to clear the data and reinstall the browser.

That way it started working again.