Chromium Code Reviews
Description[CacheStorage] Keep caches alive for 30 seconds after opening
Common operations, like CacheStorage.match, quickly open and close caches. Opening
the cache is expensive and cache reads often come in succession (e.g.,
fetching each resource for a page).
This CL keeps a reference to each freshly opened cache for 30 seconds so that it can
be used again without incurring the overhead of opening.
BUG=558427
Committed: https://crrev.com/aff3e8a028bd31ba8f2d65f22c706a1dfbbf9ca6
Cr-Commit-Position: refs/heads/master@{#361645}
Patch Set 1 #Patch Set 2 : Refactor #Patch Set 3 : Nits #
Total comments: 2
Patch Set 4 : Remove tests that now make incorrect reference assumptions #Patch Set 5 : Address comments from PS3 #
Messages
Total messages: 10 (4 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||