Open
Bug 1733806
Opened 4 years ago
Updated 4 years ago
Make TTI/TTFI to use first-contentful-paint instead of contentful composite
Categories
(Core :: Performance: General, enhancement, P3)
Core
Performance: General
Tracking
()
NEW
| Performance Impact | none |
People
(Reporter: sefeng211, Unassigned)
References
Details
No description provided.
| Reporter | ||
Comment 1•4 years ago
|
||
This is probably going to have some baseline change impacts on our metrics.
Updated•4 years ago
|
Performance Impact: --- → -
Whiteboard: [qf-]
Comment 2•4 years ago
|
||
Hey Sean, would you please add some context to this bug, and possibly set the priority? Thanks!
Flags: needinfo?(sefeng)
| Reporter | ||
Comment 3•4 years ago
|
||
The story is we introduced first-contentful-paint in bug 1518999, and the naming conflicted with our pre-existed internal FirstContentfulPaint metric. So we renamed our internal FirstContentfulPaint to FirstContentfulComposite in bug 1675640. And since TTI/TTFI were implemented before first-contentful-paint, so they are based on FirstContentfulComposite.
This bug intends to make TTI/TTFI to use first-contentful-paint instead of FirstContentfulComposite.
Flags: needinfo?(sefeng)
| Reporter | ||
Updated•4 years ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•