ITimingInfos
Top  Previous  Next

The ITimingInfos object holds information about the request level timings for a request.

General methods and properties.

prop get
Block
prop get
CacheRead
prop get
Connect
prop get
DNSLookUp
prop get
NetWork
prop get
Send
prop get
Receive
prop get
TimeToFirstByte
prop get
Wait


Time-Sequence
Block --> DNSLookUp --> Connect --> Sent --> Wait --> Receive --> CacheRead

Note that not all of the timingInfo are valid, For example, the Connect time only applies when the client application establishes and new connection with web server(s)

See also
ITimingInfos