<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Dashboard weight/size should show transferred size not total resources size"
   href="https://bugs.webkit.org/show_bug.cgi?id=150987#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Dashboard weight/size should show transferred size not total resources size"
   href="https://bugs.webkit.org/show_bug.cgi?id=150987">bug 150987</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=265728&amp;action=diff" name="attach_265728" title="patch">attachment 265728</a> <a href="attachment.cgi?id=265728&amp;action=edit" title="patch">[details]</a></span>
patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=265728&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=265728&amp;action=review</a>

<span class="quote">&gt; Source/WebInspectorUI/UserInterface/Models/DefaultDashboard.js:153
&gt; +        if (!event.target.mainResource.cached &amp;&amp; event.target.mainResource.transferSize)
&gt; +            this.transferredSize = event.target.mainResource.transferSize;</span >

This still needs an explanation. Why not include the transferSize of the main resource when cached? At the least, I suspect we do a &quot;if modified since&quot; check on the main resource.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>