Closed
Bug 801613
Opened 12 years ago
Closed 5 years ago
Breakdown: Blocking main thread I/O in distribution.js
Categories
(Firefox :: Distributions, defect)
Firefox
Distributions
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: Yoric, Assigned: mkaply)
References
Details
(Keywords: main-thread-io, perf)
If I understand the code correctly, we have a .ini file read synchronously during startup. This is bad for performance.
(not sure in which component this should go)
Comment 1•12 years ago
|
||
if a distribution.ini doesn't exist the only call we do is a file.exist(), the reads happen only in customized distributions.
Reporter | ||
Comment 2•12 years ago
|
||
Well, we don't want main thread I/O even in customized distributions, I assume.
Comment 3•12 years ago
|
||
IIRC some of these customizations do need to block startup, but I don't recall which (prefs?).
Updated•11 years ago
|
Blocks: fxdesktopbacklog
Updated•11 years ago
|
Whiteboard: p=0
Updated•11 years ago
|
No longer blocks: fxdesktopbacklog
Flags: firefox-backlog+
Summary: Blocking main thread I/O in distribution.js → Breakdown: Blocking main thread I/O in distribution.js
Whiteboard: p=0 → p=3 [qa-]
Updated•10 years ago
|
Points: --- → 3
Flags: qe-verify-
Whiteboard: p=3 [qa-]
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mozilla
Component: General → Distributions
Assignee | ||
Comment 4•5 years ago
|
||
I think we've done as much as we're going to do here. We use a pref so we only check once.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•