HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / TimingSummaries Class / TTFB Property

In This Topic
    TTFB Property (TimingSummaries)
    In This Topic
    Returns a TimingSummary object that represents the TTFB time.
    Syntax
    'Declaration
     
    Public ReadOnly Property TTFB As TimingSummary
    public TimingSummary TTFB {get;}
    Remarks
    TTFB time (or Time To First Byte) is the period from the initial network request being initiated by the browser to the first byte being received from the server.  It includes TCP connection time, the time to send the request and the time taken to get the first byte of the response message.
    Requirements
     
    See Also