Вопрос

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