Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

performance.timing connectEnd timestamp misplaced in IE11?

$
0
0

Hi!

In the consol in developer tool, when I collect performance timings with the perfromace.timing script, I will, among other, receive following time stamps:

connectEnd
requestStart
requestEnd

In a in a certain case I was measuring following time frames:

blocked time = requestStart-connectEnd

request time = requestEnd-requestStart

I was measuring these time frames with several different browsers and noticed that for the same URL, in IE11 the blocked time frame was larger then the request time frame but for Chrome and Firefox the the oposit was the case:

 IEIEChromeChromeFirefoxFirefox
URLblocked timerequest timeblocked timerequest timeblocked timerequest time
A1153102251100
B6326266901088
C911160862287
A5712193189
B43971332002746
C001000
A162021252098
B466027590565
C001001
A982122502306
B19459151980922
C001101
A100213530207
B7691007342803
C001000
A104201650176
B548101570314233
C002002
A98213240104
B4409275501283
C002001
A10440314503463
B5451515271855
C001001
A100211590109
B51411122540546
C000100

This made me think that perhaps the connectEnd timestamp is misplaced in IE11?

BR Stefan


Viewing all articles
Browse latest Browse all 3527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>