Closed
Bug 1378964
Opened 7 years ago
Closed 3 years ago
Startup of Inspector is extremely slow
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(firefox57 fix-optional)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox57 | --- | fix-optional |
People
(Reporter: sebo, Unassigned)
References
(Depends on 3 open bugs, Blocks 1 open bug)
Details
On my (admittedly quite slow) laptop it sometimes takes up to 20 to 30 seconds until the Inspector is loaded.
You can see each UI being loaded separatedly, first the toolbox opens, then the main panel, then the side panel, then the node view is filled with the nodes, then the selected element highlighted and finally the side panel is filled according to the selected node.
The performance of those steps needs to be improved.
Sebastian
Reporter | ||
Updated•7 years ago
|
Updated•7 years ago
|
status-firefox57:
--- → fix-optional
Priority: -- → P3
Comment 1•7 years ago
|
||
I landed various patches to improve inspector load speed against a simple document.
Is it better for you? (Ensure testing with Firefox 57 or 58)
Flags: needinfo?(sebastianzartner)
Reporter | ||
Comment 2•7 years ago
|
||
Sorry for the delay, Alexandre!
I tested right now with the release version of 56.0 and also with 58.0a1 (2017-10-01) for some minutes. Both fully load the Inspector on https://www.mozilla.org/en-US/ in about 4 to 5 seconds now. So, it indeed seems to be faster.
Having said that, I assume your changes didn't make it into 56, right?
Sebastian
Flags: needinfo?(sebastianzartner)
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 3•3 years ago
|
||
Sebastian, is opening of the Inspetor faster now? Should we close this bug?
Flags: needinfo?(sebastianzartner)
Reporter | ||
Comment 4•3 years ago
|
||
Yes, it feels sufficiently fast now. There are still cases in which the display of the tree view takes some time, though generally it's fine. When I can pinpoint such cases, I'll create separate issues for that.
Thank you!
Sebastian
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(sebastianzartner)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•