Closed
Bug 1421066
Opened 8 years ago
Closed 8 years ago
getAppIniString in devtools/shared/system.js is slow
Categories
(DevTools :: Framework, enhancement, P2)
DevTools
Framework
Tracking
(firefox59 fixed)
RESOLVED
FIXED
Firefox 59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: gregtatum, Assigned: tromey)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
It hits the disk, and we're probably not even using that information. We should probably lazily instantiate it.
https://perfht.ml/2Abqc4o
I was on my home windows machine and noticed reaaaaally slow DevTools while installing some things in the background.
Updated•8 years ago
|
Blocks: devtools-performance
Comment 1•8 years ago
|
||
As you said on irc, this does't seem to be used anywhere:
https://searchfox.org/mozilla-central/search?q=changeset&case=true®exp=false&path=devtools%2F
Updated•8 years ago
|
Priority: -- → P2
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ttromey
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8932523 [details]
Bug 1421066 - remove getAppIniString from devtools/shared/system.js;
https://reviewboard.mozilla.org/r/203572/#review209024
Attachment #8932523 -
Flags: review?(poirot.alex) → review+
Pushed by ttromey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ec355409f5e7
remove getAppIniString from devtools/shared/system.js; r=ochameau
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 59
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•