Open
Bug 1949038
Opened 1 month ago
Updated 7 days ago
Consider adding a boolean value to the PageloadEvent to store user hard disk info (SSD/HDD)
Categories
(Core :: Performance Engineering, enhancement, P3)
Tracking
()
NEW
People
(Reporter: acreskey, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged][necko-priority-next])
Attachments
(1 obsolete file)
This would be useful as we're about to experiment with RCWN again, see bug 1946429
Reporter | ||
Comment 1•1 month ago
|
||
This is Windows only, but that's our primary interest for RCWN.
Available here:
https://searchfox.org/mozilla-central/rev/d1fbe983fb7720f0a4aca0e748817af11c1a374e/xpcom/system/nsISystemInfo.idl#17
Looks to have an 'isSSD` property
https://searchfox.org/mozilla-central/rev/46c5f46a83146b311828b9cdd64b975a08066278/xpcom/base/nsSystemInfo.cpp#1729
Updated•1 month ago
|
Assignee: nobody → sekim
Attachment #9467193 -
Attachment description: WIP: Bug 1949038 - Add a bit to the PageloadEvent features bitfield to store user hard disk info (SSD/HDD) r=acresky → Bug 1949038 - Add a bit to the PageloadEvent features bitfield to store user hard disk info (SSD/HDD) r=acreskey
Status: NEW → ASSIGNED
Updated•1 month ago
|
Attachment #9467193 -
Attachment description: Bug 1949038 - Add a bit to the PageloadEvent features bitfield to store user hard disk info (SSD/HDD) r=acreskey → WIP: Bug 1949038 - Add a bit to the PageloadEvent features bitfield to store user hard disk info (SSD/HDD) r=acreskey
Updated•1 month ago
|
Component: Performance → Performance Engineering
Summary: Consider adding a bit to the PageloadEvent 'features' bitfield to store user hard disk info (SSD/HDD) → Consider adding a boolean to the PageloadEvent 'features' bitfield to store user hard disk info (SSD/HDD)
Updated•28 days ago
|
Attachment #9467193 -
Attachment description: WIP: Bug 1949038 - Add a bit to the PageloadEvent features bitfield to store user hard disk info (SSD/HDD) r=acreskey → WIP: Bug 1949038 - Add a boolean value to the PageloadEvent to store user hard disk info (SSD/HDD) r=acreskey
Summary: Consider adding a boolean to the PageloadEvent 'features' bitfield to store user hard disk info (SSD/HDD) → Consider adding a boolean value to the PageloadEvent to store user hard disk info (SSD/HDD)
Possible steps?:
- Call
GetDiskInfo
from an observer, then set the global variable,hasSSD
, viansIIOService
- Access and record this value in
ContentParent
Reporter | ||
Comment 4•12 days ago
|
||
(In reply to Sean Kim from comment #3)
Possible steps?:
- Call
GetDiskInfo
from an observer, then set the global variable,hasSSD
, viansIIOService
- Access and record this value in
ContentParent
Hi Sean, sorry I missed this.
This seems reasonable to store in ContentParent.
Since this bug requires Windows Machine, it would be great if someone else with Windows machine could take this bug.
Assignee: sekim → nobody
Status: ASSIGNED → NEW
OS: Unspecified → Windows
Whiteboard: [necko-triaged][necko-priority-next]
Updated•12 days ago
|
Attachment #9467193 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•