I captured a log at a clients site using:
Fiddler (v2.2.9.1) Session Archive. See http://www.fiddler2.com
and have some requests that seem wierd to me:
Request Count: 1
Bytes Sent: 1,525
Bytes Received: 804
ACTUAL PERFORMANCE
--------------
ClientConnected: 15:40:54:6546
ClientDoneRequest: 15:41:00:1390
Gateway Determination: 0ms
DNS Lookup: 0ms
TCP/IP Connect: 0ms
ServerConnected: 15:37:55:4202
ServerGotRequest: 15:41:00:1390
ServerBeginResponse: 15:41:01:7171
ServerDoneResponse: 15:41:01:7171
ClientBeginResponse: 15:41:01:7171
ClientDoneResponse: 15:41:01:7171
Overall Elapsed: 00:00:07.0625000
What is the deal with the clientconnected and clientdonerequest timestamps? I have seen previous entries saying that the clietn connected timestamp is not reflective of the current request in older versions of fiddler, but this version used is subsequent to the bug fixes.
What is a reasonable explanation of this delay in sending? Is this a fiddler issue - or is there something in my code I need to be investigating? I definitely noticed a latency on their end when using the app (seems to be backed up by fiddler); they have ie 7 installed.