Missing 'DomContentLoaded' and 'load' time information in Firebug's Net Panel.
Posted
by stony_dreams
on Stack Overflow
See other posts from Stack Overflow
or by stony_dreams
Published on 2009-10-27T17:59:54Z
Indexed on
2010/03/25
21:23 UTC
Read the original article
Hit count: 286
Hello,
Firebug is awesome in reporting the relative time when an HTTP request was made with respect to the 'DomContentLoaded' and 'load' time. However, once the 'load' event occurs (seen by the red line on the timeline), the requests thereafter do not have any information about how later they occurred with respect to the two events.
To confuse things, these requests (usually at the bottom of the timeline) appear to have started right at the beginning of the page load. Could somebody shed some light on what should i infer when i see such entries in the timeline which do not have information about the 'DomContentLoaded' and 'load' event times and appear to have occurred after the page load event, still net panel shows that they started at the beginning?
Thanks!
© Stack Overflow or respective owner