Closed
Bug 1515795
Opened 6 years ago
Closed 4 years ago
Avoid constructing custom element and/or XBL binding code for <searchbar> in browser.xul on DOMContentLoaded to avoid the associated overhead when it isn't in the toolbar (ie by default)
Categories
(Firefox :: General, enhancement, P3)
Firefox
General
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox66 | --- | affected |
People
(Reporter: Gijs, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxperf:p3])
+++ This bug was initially created as a clone of Bug #1515794 +++
The overhead here is more minimal than for <tree> but it still seems like a waste of time.
Reporter | ||
Comment 1•6 years ago
|
||
Profile: https://perfht.ml/2Gymg2q
Reporter | ||
Updated•6 years ago
|
Summary: Avoid constructing UA widget and/or XBL binding code for <searchbar> in browser.xul on DOMContentLoaded to avoid the associated overhead when it isn't in the toolbar (ie by default) → Avoid constructing custom element and/or XBL binding code for <searchbar> in browser.xul on DOMContentLoaded to avoid the associated overhead when it isn't in the toolbar (ie by default)
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Whiteboard: [fxperf] → [fxperf:p3]
Reporter | ||
Comment 2•4 years ago
|
||
This was fixed by changing the palette to be an html:template
in bug 1558635
You need to log in
before you can comment on or make changes to this bug.
Description
•