Consider deferring displayport building after the first pageload event
Categories
(Core :: Layout: Scrolling and Overflow, enhancement)
Tracking
()
People
(Reporter: dshin, Unassigned, NeedInfo)
References
Details
See Bug 1934796 Comment 23. May also lead to general first load perf wins.
Comment 1•27 days ago
|
||
I think this is probably a reasonable thing to do to avoid doing lots of display list building while the page is likely to change. WDYT Tim / Botond? Do you know if we've attempted something similar to this or what not?
Comment 2•27 days ago
|
||
Probably bug 1692426.
Comment 3•27 days ago
|
||
Well bug 1937708 is more precise one, I think.
Comment 4•27 days ago
|
||
That's right, if I'm understanding the proposal correctly it sounds like using our existing displayport suppression mechanism to suppress the displayport while loading, which is something that's been on our backlog since Timothy suggested it in bug 1692426 comment 4, and we currently have bug 1937708 on file for.
If that bug sounds like what you had in mind, feel free to close this as a duplicate.
Comment 5•27 days ago
|
||
Indeed. Something something think alike :)
Description
•