CPRT (Client Perceived Response Time)

G

Guest

Hai,
Could any body help me out in finding out the Client Perceived Response
Time for an ASP.Net application.

CPRT is measuring the time it takes for a page to load from browser click to
browser click. This takes into account network latency incurred by routing,
firewalls and proxies.
 
J

Juan T. Llibre

A simple way to find out the ASP.NET server
portion of the response time is to turn tracing on,
and view the trace results.

<%@ Page Trace="true" %>

For network profiling ( routing, firewalls and proxies ),
you'll need something else.
 
J

Juan T. Llibre

Huh ?

Tracing acts as the result of a request,
but tracks the Response times !
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top