Convert more parts of browser_startup.js to an allow list
Categories
(Firefox :: General, enhancement, P3)
Tracking
()
Performance Impact | low |
People
(Reporter: Felipe, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf:startup)
Attachments
(2 files)
4.54 KB,
text/plain
|
Details | |
33.15 KB,
patch
|
Details | Diff | Splinter Review |
As I was filing bug 1530478, I thought "why wasn't this caught by browser_startup.js?", and it turns out it's because that's still a blacklist: [1]
We should try to convert at least the "before opening first browser window" and "before first paint" parts to whitelist as we're doing a large effort of improving startup perf.
Updated•6 years ago
|
Comment 1•6 years ago
•
|
||
(p2 rather than p1 because per the discussion in the meeting I wonder if we should do more work here to actually reduce the pile of JSMs, before making this change)
Reporter | ||
Comment 2•6 years ago
|
||
Indeed, the list is very large. Here's just all the modules that the test report as open before opening the first window. There are 108 modules.
(note: these modules could have been loaded during that step or the earlier steps.. I didn't filter that)
Updated•6 years ago
|
Comment 3•5 years ago
|
||
mandycheang started looking at this, but is halting work to focus on school stuff, so attaching her WIP here.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•4 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Description
•