Parser should yield if there is a pending high priority event before first contentful paint
Categories
(Core :: DOM: HTML Parser, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
2.85 KB,
patch
|
Details | Diff | Splinter Review | |
2.92 KB,
patch
|
hsivonen
:
review+
|
Details | Diff | Splinter Review |
3.13 KB,
patch
|
Details | Diff | Splinter Review |
In order get first contentful paint sooner, we shouldn't try to continue synchronously create DOM if there is a pending vsync.
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
ok, will do, thanks.
Assignee | ||
Comment 6•6 years ago
|
||
Comment 8•6 years ago
|
||
bugherder |
Comment 9•6 years ago
|
||
We won some very big performance improvements thanks to this bug! \0/
== Change summary for alert #19075 (as of Wed, 30 Jan 2019 13:06:56 GMT) ==
Improvements:
37% raptor-tp6-docs-firefox raptor-tp6-docs-firefox-fcp osx-10-10 opt 2,135.67 -> 1,356.25
36% raptor-tp6-slides-firefox raptor-tp6-slides-firefox-fcp osx-10-10 opt 2,424.92 -> 1,543.17
32% raptor-tp6-docs-firefox osx-10-10 opt 2,453.17 -> 1,669.10
21% raptor-tp6-slides-firefox osx-10-10 opt 3,114.61 -> 2,475.20
15% raptor-tp6-docs-firefox windows10-64-qr opt 1,447.98 -> 1,232.27
15% raptor-tp6-docs-firefox windows10-64 opt 1,428.34 -> 1,220.77
13% raptor-tp6-docs-firefox windows10-64 pgo 1,342.19 -> 1,172.79
12% raptor-tp6-docs-firefox windows7-32 opt 1,349.17 -> 1,182.40
12% raptor-tp6-docs-firefox windows7-32 pgo 1,281.96 -> 1,128.11
For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=19075
Assignee | ||
Updated•6 years ago
|
Description
•