Open
Bug 1190213
Opened 10 years ago
Updated 3 years ago
Group requests per page when 'persistent logs' is enabled
Categories
(DevTools :: Netmonitor, enhancement, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
People
(Reporter: sebo, Unassigned)
References
(Blocks 1 open bug)
Details
When the option 'Enable persistent logs' is checked, the Network panel should group all requests per page similar to how Firebug does it to make it possible to differentiate them.
Firebug's implementation does not display a header for the last requested page, which makes it hard to identify where they belong to.
Therefore all requested pages should have a header at the top. A few related mockups (they are for Firebug, but can be easily applied to the Network monitor) can be found here:
https://github.com/firebug/firebug/issues/2757#issuecomment-103403043
Sebastian
Comment 1•10 years ago
|
||
Additional feature requirements. Right now all the requests are exported to a HAR file with a single page in the pages array. The expected behavior would be each new page would also translate into the pages array as well with the requests linked through the pageref in the individual entries.
Reporter | ||
Comment 2•10 years ago
|
||
(In reply to turkeburgr from comment #1)
> Additional feature requirements. Right now all the requests are exported to
> a HAR file with a single page in the pages array. The expected behavior
> would be each new page would also translate into the pages array as well
> with the requests linked through the pageref in the individual entries.
Good point! I've split this into its own bug, so both issues can be implemented and tracked individually.
Sebastian
Updated•7 years ago
|
Product: Firefox → DevTools
Reporter | ||
Comment 3•6 years ago
|
||
Note that the title of the groups should be the page title, maybe with a timestamp, so page reloads can be distinguished. Additionally, the URL of the page might be added as title
attribute, so it shown on hover.
If possible, the grouping should also happen retrospectively, i.e. when you loaded a page without the option to persist the logs being enabled, then enable it and reload the page or load a different one, the existing requests should also be grouped.
Sebastian
Reporter | ||
Comment 6•4 years ago
|
||
Bug 1252010 additionally mentions that each group might have its own headers and resources summary.
Sebastian
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•