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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top