HiapShang Lim
HiapShang Lim

Reputation: 29

How to measure mobile browser rendering time using real device

I am doing a performance testing on a web application.

I want to record the Load Time or Response Time of the browser.

In desktop browser, I will use developer tools > Network to get the data I want.

But how I able to get the REAL DEVICE's browser response time?

**Remark : I have eliminated using browser emulator since it doesn't represent the actual real device's spec.

Upvotes: 1

Views: 358

Answers (1)

Rick
Rick

Reputation: 23

you should use android device monitor in android studio

tools> android> android device monitor

Upvotes: 1

Related Questions