RESOLVED INVALID 43138
Web Inspector: content tab should show actual resource size, not the size transmitted over network.
https://bugs.webkit.org/show_bug.cgi?id=43138
Summary Web Inspector: content tab should show actual resource size, not the size tra...
Pavel Feldman
Reported 2010-07-28 12:43:02 PDT
Currently, size would be 0 for 304 resources.
Attachments
Xavier Morel
Comment 1 2010-11-04 07:32:48 PDT
In the new Network tab, each resource has both a "Size" and a "Transfer" label. For actually fetched resources this works (e.g. the Google home page shows a size of 22k but a transferred size of 7.5k) On the other hand it still does not work for cached resources: if they were taken straight from the cache the value is blanked and displays "from the cache", if they were taken from the cache following a 304 both Size and Transfer are set to 0. In both "from cache" situations, the transfer can be 0 (though that's not entirely true for 304) but the size should be non-0.
Brian Burg
Comment 2 2014-12-12 14:06:44 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.
Note You need to log in before you can comment on or make changes to this bug.