Closed
Bug 859308
Opened 12 years ago
Closed 12 years ago
Hide Blocked in Timings tab until we know what that's doing
Categories
(DevTools :: Netmonitor, defect, P2)
DevTools
Netmonitor
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 23
People
(Reporter: rcampbell, Assigned: vporof)
Details
(Whiteboard: [fixed-in-fx-team])
Attachments
(1 file, 1 obsolete file)
1.93 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
Currently unable to get any values for the Blocked entry in the timings section of the network monitor, even when clearly blocking the UI.
Using:
http://stevesouders.com/cuzillion/?c0=hb0wfff0_4_f&c1=hj1hfff2_0_f&c2=hj1hfff2_0_f&c3=hc1hfff2_0_f&c4=hs0hfff0_0_f&c5=hj1hfff2_0_f&c6=hj2hfff2_0_f&c7=hj3ifff5_0_f&c8=hj1ifff2_0_f&c9=hj1hfff2_0_f&c10=bi1hfff2_0_f&c11=bf4hfff2_0_f&c12=bi1hfff2_0_f&c13=bi1hfff2_0_f&t=1365428583055
Comment 1•12 years ago
|
||
Good idea.
For reference, blocked timing is defined as follows:
> blocked [number, optional] - Time spent in a queue waiting for a network connection. Use
> -1 if the timing does not apply to the current request.
See: http://www.softwareishard.com/blog/har-12-spec/#timings
NM__setupHarTimings() in WebConsoleUtils.jsm specifically sets blocked to -1, because I did not have sufficient information at that time about how I can determine the time spent in queue, waiting for the network connection.
Assignee | ||
Comment 2•12 years ago
|
||
Moving into Developer Tools: Netmonitor component. Filter on NETMONITORAMA.
Component: Developer Tools → Developer Tools: Netmonitor
OS: Mac OS X → All
Hardware: x86 → All
Summary: [netmonitor] hide Blocked in Timings tab until we know what that's doing → Hide Blocked in Timings tab until we know what that's doing
Assignee | ||
Comment 3•12 years ago
|
||
Ok!
Assignee | ||
Comment 4•12 years ago
|
||
Content, Victor, not theme. Content.
Attachment #737426 -
Attachment is obsolete: true
Attachment #737426 -
Flags: review?(rcampbell)
Attachment #737428 -
Flags: review?(rcampbell)
Reporter | ||
Comment 5•12 years ago
|
||
Comment on attachment 737428 [details] [diff] [review]
v1
Review of attachment 737428 [details] [diff] [review]:
-----------------------------------------------------------------
yarp
Attachment #737428 -
Flags: review?(rcampbell) → review+
Assignee | ||
Updated•12 years ago
|
Priority: -- → P2
Assignee | ||
Comment 6•12 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Reporter | ||
Comment 7•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 23
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•