문제

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