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

In This Topic
    TTFB Property (Timings)
    In This Topic
    Returns a Timing object that represents the TTFB time.
    Syntax
    'Declaration
     
    Public ReadOnly Property TTFB As Timing
    public Timing 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