Chromium Code Reviews
DescriptionAdd UMA for service worker navigation preload.
This will help understand how the experiment is going. Adds:
- ServiceWorker.ActivatedWorkerPreparationForMainFrame.Type
This is the type of preparation that was needed for any navigation,
regardless of if nav preload was needed. We already had the data
based on the .Time suffixes, but it's more convenient to have
a histogram over looking at the total counts for each suffix.
- ServiceWorker.ActivatedWorkerPreparationForMainFrame.Type_NavigationPreloadEnabled
This is the type of preparation that was needed when navigation preload
was enabled. It should not change much from the general histogram, but
this will check that assumption.
- ServiceWorker.ActivatedWorkerPreparationForMainFrame.Time_NavigationPreloadEnabled
The time taken to prepare the worker, when nav preload was enabled.
- ServiceWorker.ActivatedWorkerPreparationForMainFrame.Time_StartWorkerExistingProcess_NavigationPreloadEnabled
The time taken for preparation when the worker had to start up (in the
existing process common case), when nav preload was enabled.
BUG=661090
Review-Url: https://codereview.chromium.org/2641813002
Cr-Commit-Position: refs/heads/master@{#444639}
Committed: https://chromium.googlesource.com/chromium/src/+/3d62570c946d4dcfb0a562582daa74e804b15d1e
Patch Set 1 #
Total comments: 6
Patch Set 2 : horo comments #
Total comments: 5
Patch Set 3 : inline #Patch Set 4 : patch for landing #Messages
Total messages: 26 (14 generated)
|