You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
// represent the difference between the states HAR calls
// send (time required to send HTTP request to the server)
// and wait (time spent waiting for a response from the server).
// We lump both into "wait". Issue 24* tracks this work. When
// it is resolved, read the real values for send and wait
// instead of using the request's TTFB.
// *: https://code.google.com/p/webpagetest/issues/detail?id=24