Question

I have a website for mobile devices, and want to know how long it takes for the browser to open it and render it. On a desktop, we can use many developer tools(Firebug, Chrome/IE developer tool) to check such information, but on a browser on an iPhone, seems that no such plugin can do it yet.

In short, I want to know when it sends DOM content loaded event and page load event.

Was it helpful?

Solution

You can use desktop Safari on OS-X to debug Mobile Safari and you get all the Timeline tools. See the Safari Web Inspector Guide.

You can also debug Android Chrome (but not the old Android Browser) with desktop Chrome. See Remote Debugging Chrome on Android.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top