Page rendering time are not steady in IE6
Posted
by dan
on Stack Overflow
See other posts from Stack Overflow
or by dan
Published on 2010-06-03T14:58:54Z
Indexed on
2010/06/03
15:04 UTC
Read the original article
Hit count: 195
I have to support IE6 and I calculate rendering time by creating a timestamp in javascript at the beginning of the page and doing the difference when document.ready is fired in jQuery.
If I do 3 pages load, the rendering times in milliseconds can look like this :
page 1 : 735, 2672, 734
page 2 : 3063, 1516, 3375
page 3 : 8281, 2531, 3703
Why is that? How can I have more consistency?
© Stack Overflow or respective owner