I am seeing this same behavior with FiddlerCore. I can reproduce this
fairly often (about 1 in 10 captures). I ran it through wireshark, and
what I see is the first few page objects are downloaded, then a three
second pause with no SYN sents, no DNS lookups, no traffic at all.
Then I see a new connection to a new host which looks normal and fast.
FiddlerCore reports the TCPConnect time as 3 seconds for this object
and the next two. The time is always between 2.95 seconds and 3.05
seconds on my system. I do not see any dropped packets during this
time. I also see this behavior in both IE and Firefox hitting it.
Thanks
On Mar 24, 12:22 pm, EricLaw <
bay...@gmail.com> wrote:
> I don't know what "adds about 3seconds" means. Fiddler does the
> following:
>
> let x = TickCount
> Socket.Connect
> let TCPConnectTime = TickCount - x
>
> Three seconds is a rather longtimefor aTCP/IP connection to take
> place, but it's far from impossible, particularly if you're on a high-
> latency connection or if a packet was dropped.
>
> On Mar 24, 7:41 am, larry <
larryliw...@gmail.com> wrote:
>
>
>
> > Fromtimetotime, Fiddler adds about 3seconds ofTCP/IPConnect. Is
> > this expected? Or does it mean there is a problem with my network or
> > ISP? thanks
>
> > Request Count: 1
> > Bytes Sent: 1,104
> > Bytes Received: 64,144
>
> > ACTUAL PERFORMANCE
> > --------------
> > ClientConnected: 09:21:17:6250
> > ClientDoneRequest: 09:21:17:7187
> > Gateway Determination: 0ms
> > DNS Lookup: 375ms
> >TCP/IPConnect: 3047ms
> > ServerConnected: 09:21:21:1562
> > ServerGotRequest: 09:21:21:1562
> > ServerBeginResponse: 09:21:21:2812
> > ServerDoneResponse: 09:21:21:4531
> > ClientBeginResponse: 09:21:21:4687
> > ClientDoneResponse: 09:21:21:4687
>
> > Overall Elapsed: 00:00:03.8437500- Hide quoted text -
>
> - Show quoted text -
--
You received this message because you are subscribed to the Google Groups "Fiddler" group.
To post to this group, send email to
httpf...@googlegroups.com.
To unsubscribe from this group, send email to
httpfiddler...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/httpfiddler?hl=en.