Website response time :Difference between “load” and “finish” ,

前端 未结 2 1896
伪装坚强ぢ
伪装坚强ぢ 2020-12-06 09:19

I have to check google response time using chrome devtools network for that purpose I loaded a webpage and opened the network tab to check the response time of certain websi

2条回答
  •  -上瘾入骨i
    2020-12-06 09:44

    DevTools displays the timing of the DOMContentLoaded and load events in multiple places on the Network panel. The DOMContentLoaded event is colored blue, and the load event is red.

    https://i.stack.imgur.com/unni3.png

提交回复
热议问题