Chromium Code Reviews
DescriptionIntroduce v8-cache-strategies-for-cache-storage setting flags.
This cl depends on https://codereview.chromium.org/1915833002/
- When the flag is "none", we don't store the V8 code cache in CacheStorage.
- When the flag is "normal", V8 code cache will be stored when the script is loaded twice in 72 hours. This behavior is same as V8 code cache in HTTPCache and implemented in V8ScriptRunner.
- When the flag is "aggressive", V8 code cache will be stored when the script is loaded for the first time.
We will monitor PageLoad.Clients.ServiceWorker.Timing2.NavigationToFirstContentfulPaint metrics (https://codereview.chromium.org/1871393002/) to decide which strategy is the best one. (If FirstMeaningfulPaint which is being developed by ksakamoto@ will be available, we will use it.)
BUG=581613
Committed: https://crrev.com/dbcbef409e1add7b7887d88b97ceadcf3d32fb20
Cr-Commit-Position: refs/heads/master@{#392629}
Patch Set 1 : #
Total comments: 4
Patch Set 2 : incorporated falken's comment #Patch Set 3 : incorporated vogelheim's comment #Patch Set 4 : rebase #Messages
Total messages: 31 (16 generated)
|