[webkit-dev] Question regarding priorities of subresource content retrieval

Tony Gentilcore tonyg at chromium.org
Mon Feb 7 18:32:34 PST 2011


> ------------------------testlag.html---------------------------
> <html><head>
> <link href='http://127.0.0.1:4004/4000' rel='stylesheet' type='text/css' />
> <body>
> <script src='http://127.0.0.1:4004/4000' charset='utf-8'
> type='text/javascript'></script>
> Each http://xx.xx.xx.xx:xx/<ms> request gets delayed by
> <ms> milliseconds.
> </body></html>
> -------------------------------------------------------------------------

Excellent test case. This looks the same as the one filed at
https://bugs.webkit.org/show_bug.cgi?id=45072. I agree there is an
improvement to be had here. There is a discussion of some of the
subtleties in that bug. For instance, we'd like to make sure we don't
hurt first paint time in order to improve the time of the load event.


More information about the webkit-dev mailing list