Alexander - when you do the testing on this, one case I'd really like to see results on is this:<div><br></div><div>Page contains a resource bundle, and the bundle contains a bunch of stylesheets, JS and other, but DOES NOT include one of the CSS files. Immediately following the <link resource bundle>, put a reference to the style sheet not included in the bundle.</div>
<div><br></div><div>When the browser sees the link to the CSS, which is critical to the page download, does it wait for the resource bundle to load (I realize that technically it only needs to get the manifest)? If not, it might download it twice (since it doesn't know the status of the bundle yet).</div>
<div><br></div><div>Now simulate over a 200ms RTT link. I believe you've just added a full RT to get the CSS, which was critical for layout. Overall PLT won't suffer the full RTT, but time-to-first-paint will.</div>
<div><br></div><div>Mike</div><div><br></div><div><br><div class="gmail_quote">On Wed, Nov 18, 2009 at 3:57 PM, Peter Kasting <span dir="ltr"><<a href="mailto:pkasting@google.com">pkasting@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="gmail_quote"><div class="im">On Wed, Nov 18, 2009 at 3:54 PM, Dirk Pranke <span dir="ltr"><<a href="mailto:dpranke@chromium.org" target="_blank">dpranke@chromium.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Another caching-related issue involves versioning of the archives. If</div>
version 2 of a zip contains only a few files modified since version 1,<br>
and I have version 1 cached, is there some way to take advantage of<br>
that?</blockquote><div><br></div></div><div>This is a specific case of my more general question, "One of your stated goals is to avoid downloading resources you already have, but even with manifests, I see no way to do this, since the client can't actually tell the server 'only send items x, y, and z'." This was the one point Alexander didn't copy in his reply mail.</div>
<div><br></div><font color="#888888"><div>PK</div></font></div>
</blockquote></div><br></div>