[network] Show the dependency tree or graph of resources when requesting a URI (follow your nose)
Categories
(DevTools :: Netmonitor, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: karlcow, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Comment 1•9 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•3 years ago
|
Comment 5•1 year ago
|
||
Suggestions by @ntim from https://bugzilla.mozilla.org/show_bug.cgi?id=1361024#c0
It would be nice if you could easily see which requests initiated others.
Option #1:
Provide a separate tree view instead of the requests list.
Parent request 1
--> Child
--> Child
--> Child
----> sub child
------> sub child 2
Parent request 2
--> Child
--> child
--> child
Option #2:
Google Chrome like-UI: Shift hover over a request shows parent requests in green and child requests in red
Option #3:
Add new filter flags, one that gets all children of a specific request (initiated-by/child-requests/..:foo.js), and one that gets all parents of a specific request (originating-requests/parent-requests:foo.js). Then add buttons in the details view that will just set the text filter to the relevant flags.
Description
•