> First a simple observation: > When I fly over a line, the DomContentLoaded number clearly > indicates when the DCL event occurred relative to the beginning of > this line's request. And the 'load' number represents when the load > event occurred relative to the beginning of this line's request > (although the sign is inconsistent with the other event). > > The first odd thing is... Only the events in the upper half of the > diagram show the thin 'load' event bar. And only those lines in the > upper half show times for the 'load' event. Why do only those show > this event? The DCL & load events are displayed only for requests that have been made during the page load phase. You can see that the timeline bar for menuicon.bpm.png starts again from the left side of the column - which means new phase has been started.
> Second... for those that don't show the 'load' event, they seem to be > shifted too far to the left. Knowing the logic of the page what what > redirects caused what calls, some of those clearly began AFTER events > in the upper half of the listing, but they are listed to the left. As mentioned above, these belongs to another group of requests and so, they again starts from the begging (left side). The reason is to effectively use the horizontal space that represents time. Notice that Firebug starts a new phase automatically if the next request doesn't start in 1 sec after the previous request was started. This way Firebug groups requests that happened around the same time and the timeline shows their relative locations in time. > Finally, why does the Network monitor show "0 requests" at the bottom > when there clearly are many listed above? This is a bug. Could you please report a new issue here: http://code.google.com/p/fbug/issues/list + a description how to reproduce that (I have never seen this). > I'd appreciate an answer, but I'd like to suggest that documentation > also be updated with some of this information. Yep, I'll blog about this. Honza --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
