Looking to know how the response times for HTTPS specifically are measured.
Is it measured as [started] when the socket is fully open, [ended or marked] when the first string of the header comes back, when the closing </body> in the HTML is detected, etc?
These different metrics would lead to significantly different response times and variability in the response time depending on the page measured.
Thanks