[Webkit-unassigned] [Bug 97596] ApplicationCache and WebCore::MemoryCache don't always play well together.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 1 12:39:23 PDT 2012


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





--- Comment #5 from Michael Nordman <michaeln at google.com>  2012-10-01 12:39:47 PST ---
(In reply to comment #4)
> Indeed, we should be checking with appcache before checking memory cache (and then appcache needs to become smarter, keeping pre-parsed stylesheets etc.)

Having the appcache replicate the logic of the memcache worries me. Alternatively, the appcache could remain dumb if the memcached uses a different 'key' to identify resources. If the key were <url,appcacheid> instead of just <url>, i think resources could be loaded out of the appcache and then deposited in the memcache and available for quick access just like resources loaded from the network or the httpcache are.

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