user2647102
user2647102

Reputation: 5

How to calculate webpage load time in android device?

I am looking for some automation scripts / tool running on my android device to calculate exact webpage load time . I tried scripting using qpython but it was not successful . I have some 5 test URL to be verified their complete load time on default browser and google crome browser . I need to do 10 iterations to calculate average load time for each URL . Please Help. Device - Android URLS - Msn.com, cnn.com.. Browser - Default device browser, crome Iteration -10

Upvotes: 0

Views: 873

Answers (1)

Strigger
Strigger

Reputation: 1903

For page and javascript profiling in Chrome you can use the Chrome remote debugging tool.

Upvotes: 1

Related Questions