> 1) How does the net panel switch between the 'sequential' mode where
> subsequent requests are shown to 'following' earlier requests (a bit
> like a gantt chart in a project plan) and the 'full width' mode where
> each request is shown filling the full width of the timeline area? I
> suspect there's some logic to determine whether requests are part of
> the same session...? From my perspective it would be nice to allow
> explicit switching - in my case I'll sometimes have 100s of requests
> in a 'session' and so the gantt chart view becomes almost unusable
> because each timeline entry is only a couple of pixels wide.
A new session starts automatically if there is a 1 sec gap between
requests
(i.e. if the next request starts more than 1000ms after the previous
request started)
All requests made during the page load are automatically part of the
first session.

I was thinking about couple of improvement.
1) The 1s interval could be at least customizable through Firebug's
preferences
2) There could be perhaps a menu item(s) (within the Net's panel
context menu) that allows to join two sessions or start a new session
(by right-clicking on appropriate request entry)  later when the users
is analyzing the timeline.

What do you think?

> 2) The hover/popup for the timeline which shows the timing breakdown
> (DNS/connecting/queueing/waiting/receiving) does not update as you
> mouse over entries in the timeline - basically it 'freezes' on
> whatever timeline entry you moused over first and you have to perform
> a dance with the mouse moving 'out' to the left and then back to the
> right on the desired timeline entry to get the popup to update.
Can you please check if this is fixed in Firebug 1.5X.0b3.xpi   ?
http://getfirebug.com/releases/firebug/1.5X/

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.


Reply via email to