Closed
Bug 1580490
Opened 5 years ago
Closed 5 years ago
Search worker should be created on demand
Categories
(DevTools :: Netmonitor, enhancement, P3)
Tracking
(firefox71 fixed)
RESOLVED
FIXED
Firefox 71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: mozilla-bugzilla, Assigned: mozilla-bugzilla)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Steps to reproduce:
Opened network monitor.
Actual results:
The search worker was started as part of the bootstrap.
Expected results:
Given that probably a small minority of users that open the network monitor use the search functionality, the worker should not be created up-front in order to reduce memory usage and the overhead of starting a thread.
Assignee | ||
Comment 1•5 years ago
|
||
Load search worker on demand
Comment 2•5 years ago
|
||
Thanks for the report!
Honza
Assignee: nobody → sorin.davidoi
Blocks: netmonitor-search
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•5 years ago
|
Priority: -- → P3
Pushed by jodvarko@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fdad6336acda
Load search worker on demand. r=Honza
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
You need to log in
before you can comment on or make changes to this bug.
Description
•