Measure Response Time of a Mobile Web Application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to measure the response time of a mobile web application developed
for Pocket PC's. I'm accessing the application using an iPAQ and want to
record the time it takes from the inital request and to the arrival of the
last byte of the response, which is in fact TTLB (time to last byte).
However, I could only find ACT for measuring TTLB. But ACT works on a desktop
or server. I would like to measure the response time over a real GPRS network
on the mobile device.
Is there way to accomplish this issue?
thanks
 
Thanks for your reply Alex.

In fact I would like to record the time by using browser. Because I need to
provie some inputs after requesting the page. There are more than one pages
in my application and some inputs should be provided. ACT tool is infact just
what I'm looking for. Is there similar tool for .CF framework?
 
Back
Top