[Webkit-unassigned] [Bug 43138] Web Inspector: content tab should show actual resource size, not the size transmitted over network.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 4 07:32:49 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43138


Xavier Morel <webkit.org at masklinn.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit.org at masklinn.net




--- Comment #1 from Xavier Morel <webkit.org at masklinn.net>  2010-11-04 07:32:48 PST ---
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list