Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to see information related to network tab in chrome mobile browser

Is there any way to see the network related logs in chrome mobile phone browser?

I have tried and I found that in desktop browser we can view network related information

I want to see how page load time in network tab for chrome mobile browser

like image 301
Siva Avatar asked Nov 19 '15 13:11

Siva


1 Answers

Yeah, you definitely can. Check out this tutorial:

https://developer.chrome.com/devtools/docs/remote-debugging

It'll allow you to debug your mobile browser from the desktop dev tools.

like image 140
jeffdill2 Avatar answered Oct 07 '22 03:10

jeffdill2