Closed
Bug 1708488
Opened 4 years ago
Closed 4 years ago
Initialize NSS in preallocated processes, before RecvConstructBrowser
Categories
(Core :: DOM: Content Processes, task, P3)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: jesup, Assigned: sefeng)
References
Details
(Keywords: perf:responsiveness, Whiteboard: [fission-perf])
Attachments
(1 file)
We noticed in https://share.firefox.dev/2Pzksf3 that NSS seemed to be inited in newly allocated Content processes; we could probably init it in the preallocation phase and drop a little overhead.
Comment 1•4 years ago
|
||
We want to avoid loading NSS in content processes because, IIUC, we shouldn't need to read certs in content process. That is bug 1566191.
But tracking this bug for Fission M8 as a fallback option in case fixing bug 1566191 is more work than expected.
Updated•4 years ago
|
Severity: N/A → S3
Whiteboard: [fission-perf][qf] → [fission-perf][qf:p2:responsiveness]
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → sefeng
Assignee | ||
Comment 2•4 years ago
|
||
Pushed by sefeng@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/efda854f119f
Initialize NSS earlier in preallocated processes for fisson r=jesup,keeler
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Updated•3 years ago
|
Performance Impact: --- → P2
Keywords: perf:responsiveness
Whiteboard: [fission-perf][qf:p2:responsiveness] → [fission-perf]
You need to log in
before you can comment on or make changes to this bug.
Description
•