You can measure the performance by calculating the times from the timestamp values.
The following timestamps are the most important timestamps to help determine performance.
RequestTimeEx
ResponseStartTimeEx
ResponseAckTimeEx
- The first time value in microseconds is the difference
between when the PCA sees the end of the request and the start of
the response:
RspTTFB
=ResponseStartTimeEx
-RequestTimeEx
- The second time value in microseconds is the difference
between when the PCA sees the start of the request to the end of the
response:
RspTTLB
=ResponseTimeEx
-ResponseStartTimeEx
- The third time value in microseconds is the time for the
last response to travel from the PCA to the visitor. Time that is
required for the initial request to go from the user to PCA, which
is a measurement of network round-trip time:
RspTTLA
=ResponseACKTimeEx
minusResponseTimeEx