Chromium Code Reviews
DescriptionLog an immediate variant of FirstContentfulPaint.
Our page load metrics are currently logged at the time a page is 'closed'.
For example, when a tab is closed, or when a page is navigated away from.
If a page stays open for a long period of time, we may log its metrics long
after the events for those metrics occurred. This may cause issues such as
logging metrics for events that happened on WiFi later, when the user is on
2G, or vice versa. We don't know how much of a problem this is, so to start,
we're adding a single metric to allow us to track the difference between
logging at the end of a page load and logging immediately after the page
event occurred. If the difference is significant, this may motivate us to
migrate other events to more immediate logging.
BUG=609660
Committed: https://crrev.com/3e0a460bd23c5c2e25b8bf6b9813f8c78408a595
Cr-Commit-Position: refs/heads/master@{#392330}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : address comment #
Total comments: 1
Patch Set 6 : add tests #Patch Set 7 : #Patch Set 8 : #Patch Set 9 : add tests #Messages
Total messages: 17 (7 generated)
|