[Webkit-unassigned] [Bug 49236] Link prefetch isn't compatible with subresources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 26 12:13:03 PST 2010


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





--- Comment #5 from Gavin Peters <gavinp at chromium.org>  2010-11-26 12:13:03 PST ---
This is not my favourite fix ever.  I think this works: the WebKit cache doesn't get subresources loaded into it, and so we rely on the disk cache from the network stack to be primed when doing prefetches.

I'd be happier if instead, we were letting the prefetch data into the memory cache, and then just either mutated the cache entry to a different type, or something like that, if a subresource request came.

Also, don't we have a bug if you use the same file as both an image and a JS file, or an image and a css file, etc..., in the same page?  I suppose that's less significant than what I fixed though.

-- 
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