I just received this report from pingdom:
Ans was wondering how do they know the 'response time' information regarding the site. The GET request does not give that information.
I just received this report from pingdom:
Ans was wondering how do they know the 'response time' information regarding the site. The GET request does not give that information.
You ask a question and take the time until the answer arrives. Easy.
Edit: A very basic and unexact example:
I am not sure what exactly Pingdom does, but the standard seems to be to measure the complete page load time, but without images:
See for example: http://www.alertfox.com/Tools/LoadTime/
"This test measures the response time (HTML load time without images) from three monitoring stations distributed worldwide."
Technically that is the same as http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.aspx
No that's true, so that is why services like Pingdom start a timer and measure when the GET request has completed.
A more sophisticated way of measuring page load time is using a real browser, like here: loads.in