Bug 180056 - Web Inspector: Visualize resources / transfer sizes for sort / comparison
Summary: Web Inspector: Visualize resources / transfer sizes for sort / comparison
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-11-27 14:18 PST by Joseph Pecoraro
Modified: 2017-11-28 14:21 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2017-11-27 14:18:49 PST
Visualize resources / transfer sizes for sort / comparison

Being able to visualize relative Resource sizes in the Network Tab would be useful.

We have text numbers, and the ability to sort on those numbers, but having a visualization would be easier / better in many circumstances.

One possible solution would be to add multiple sorts to the "waterfall" / visualization table column.

Examples sorts could include:

  • Sort by Times
    => Show a Timing Visualization (current waterfall)
    - start time
    - end time
    - latency
    - duration

  • Sort by Sizes
    => Show a Size Visualization (maybe colored by type)
    - transfer sizes
    - resource sizes
Comment 1 Radar WebKit Bug Importer 2017-11-27 14:19:27 PST
<rdar://problem/35707412>
Comment 2 Joseph Pecoraro 2017-11-28 14:14:17 PST
One approach that was mocked up in the past was:
<https://webkit.org/b/147523> Web Inspector: Add backbars to sequential data in data grid

The image looks pretty neat:
https://bugs.webkit.org/attachment.cgi?id=257999
Comment 3 Matt Baker 2017-11-28 14:21:02 PST
(In reply to Joseph Pecoraro from comment #2)
> One approach that was mocked up in the past was:
> <https://webkit.org/b/147523> Web Inspector: Add backbars to sequential data
> in data grid
> 
> The image looks pretty neat:
> https://bugs.webkit.org/attachment.cgi?id=257999

It looks good. The right-edge of the cell looks odd for bars that round to a single pixel, and become nothing but vertical border.

Maybe we should drop bars that are only going to be a pixel or two.