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 appreciated
I can see all the data in the network tab summary section for other websites, but not for the website under test.
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).