ASP/AJAX - How to get the time between an server request and response?

Posted by Julian on Stack Overflow See other posts from Stack Overflow or by Julian
Published on 2010-04-28T10:03:28Z Indexed on 2010/04/28 13:13 UTC
Read the original article Hit count: 419

Filed under:
|
|
|

Whenver Ajax requests new data from the server this can sometimes take a a second or two. Now I want to know, how can I get this time between the ajax request and the response it gets from the server?

I need this because an ajax timer I'm running ain't perfectly doing his stuff. It got some delay whenever it needs to reset to it's original time.

Thanks in Advance.

Edit: Help needed fast please, just try.

© Stack Overflow or respective owner

Related posts about timer

Related posts about asp.net-ajax