Inefficient display for "File" column in "Network" tab in devtools
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(Not tracked)
People
(Reporter: m+mozilla, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Updated•8 years ago
|
Updated•7 years ago
|
Comment 3•7 years ago
|
||
This issue renders the File column somewhat useless on its own in the case of a RESTful API where you only get the 'id' part of requests, filling up the column with numbers and not much more.
Maybe providing a 'Path' column that would take everything that follows the domain name would help in this situations.
Thanks ❤️
In general, the "priority" / size of the column sizes in the Network Panel often time do not align with the information a developer quickly needs. This is also often times dependent on the size of the network panel and orientation of the Dev Tools on the developer workstation, and is restricted further by smaller displays.
In the attached screenshot, Status and Method columns are given a vast amount of room, compared to the File column, which is often more important to the developer scanning this tool to find a particular request.
Here (https://imgur.com/a/UTl9GCf) is another image showing the lack of importance of the columns. The priority of the Type field width is disproportional to File column both in importance to the developer, and to the data contained within the column.
Comment 5•7 years ago
|
||
(In reply to Marshall from comment #4)
In general, the "priority" / size of the column sizes in the Network Panel often time do not align with the information a developer quickly needs. This is also often times dependent on the size of the network panel and orientation of the Dev Tools on the developer workstation, and is restricted further by smaller displays.
This will be solved by support for "Resizeable columns" that allows the user to set custom width for every column. We are just working on this feature and it should be available soon.
(In reply to Simon Courtois from comment #3)
Maybe providing a 'Path' column that would take everything that follows the domain name would help in this situations.
yes, I think that adding a new 'Path' column is the way to go.
Honza
Updated•7 years ago
|
Comment 6•7 years ago
|
||
I think this is a combination of these two bugs:
- Bug 1341155 Show full path in File column in developer tools
- Bug 1382058 Showing request details in the Network Monitor causes all of the columns to become unsuitably small
- could it be marked as duplicate?
- could the first bug (Show full path in File column in developer tools) be solved by introducing a checkbox (e.g. Full path) similar to Persist Logs and Disable cache that would allow the developer to check it if they want to display full path in the file column? With the resizable columns there should be enough space for full path if that's desired. It's just a thought...
Comment 7•7 years ago
|
||
Agree, let's close this one.
Honza
Description
•