[Webkit-unassigned] [Bug 150987] Web Inspector: Dashboard weight/size should show transferred size not total resources size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 10:56:53 PST 2015


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

--- Comment #6 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 265728
  --> https://bugs.webkit.org/attachment.cgi?id=265728
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=265728&action=review

> Source/WebInspectorUI/UserInterface/Models/DefaultDashboard.js:153
> +        if (!event.target.mainResource.cached && event.target.mainResource.transferSize)
> +            this.transferredSize = event.target.mainResource.transferSize;

This still needs an explanation. Why not include the transferSize of the main resource when cached? At the least, I suspect we do a "if modified since" check on the main resource.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151118/b2180796/attachment.html>


More information about the webkit-unassigned mailing list