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
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.