Add telemetry and profiler markers for Time-to-FirstContentfulPaintCompositeEnd: measure until the composition for the paint has completed, and not just until display list building
Categories
(Core :: Web Painting, defect, P1)
Tracking
()
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
lizzard
:
approval-mozilla-beta+
|
Details | Review |
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Small change of plans: Non-blank paint is going away, so I'm not going to implement compositeEnd timing for it. I'm only going to implement it for FirstContentfulPaint. I'm also not going to implement it for DOMContentFlushed: The word "flushed" in there really just means "the main thread work of a paint has run".
Assignee | ||
Comment 2•6 years ago
|
||
![]() |
||
Comment 4•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Assignee | ||
Comment 5•6 years ago
|
||
Comment on attachment 9041924 [details]
Bug 1506976 - Make FirstContentfulPaint timing measure until the composite end of the paint. r?Bas
Beta/Release Uplift Approval Request
Feature/Bug causing the regression
none
User impact if declined
Telemetry numbers for FirstContentfulPaint would not be comparable between Beta and Nightly.
Is this code covered by automated tests?
No
Has the fix been verified in Nightly?
Yes
Needs manual test from QE?
No
If yes, steps to reproduce
List of other uplifts needed
Risk to taking this patch
Low
Why is the change risky/not risky? (and alternatives if risky)
Only affects how a certain telemetry number is collected, does not affect anything user-facing, has baked on Nightly for a while
String changes made/needed
none
Updated•6 years ago
|
Comment 6•6 years ago
|
||
Comment on attachment 9041924 [details]
Bug 1506976 - Make FirstContentfulPaint timing measure until the composite end of the paint. r?Bas
Support for measuring page load/rendering, OK for uplift to beta 8.
Should uplift along with the patch in bug 1515132.
Comment 7•6 years ago
|
||
bugherder uplift |
Updated•6 years ago
|
Description
•