I am at the moment making some getjson requests with jquery.
They are get requests: "GET http://localhost/MySite/JSON"
Now you can watch the requests fire in firebug. Then they return a "200 OK 250ms". I would like to be able to display something similar on my page itself. So the user can see the latency for themselves. Image found via google from http://testnscale.com
Is it possible to retreive the MS / Latency from a "GET" request?