Open
Bug 1330635
(ss-perf)
Opened 7 years ago
Updated 3 months ago
[meta] Sessionstore performance tracking
Categories
(Firefox :: Session Restore, enhancement)
Tracking
()
NEW
People
(Reporter: mikedeboer, Unassigned)
References
(Depends on 21 open bugs)
Details
(Keywords: meta)
We set three tiers that we’ll use to theme and prioritize sessionstore component work: Tier 1: Reliability Tier 2: Performance Tier 3: Feature development and maintenance Performance is something we’re keen to look at. We’ve identified the following sub-themes: 1. Perceived performance. 1.1 We’re restoring windows and tabs in a loop that yields and moves to the next item in a serial fashion. Ideally, this would happen in parallel. 1.2 We’re not keeping the last active window and the last active tab in that window in front of the user whilst restoring. Ideally, other windows and tabs would open in the background, out of sight. 1.3 Various animations are active whilst restoring windows and tabs, like window resizing animation, tab-open animation, tab-overflow animation(s), etc. Ideally, these would be disabled during restore. 2. Measure before work 2.1 Create an ‘arewefastyet.com’-style dashboard for sessionstore REstore, including telemetry and Talos data. 2.2 Currently we have one Talos test that opens one window and over a hundred tabs. Add a test with multiple windows and take that as the baseline. 2.3 We are currently writing an uncompressed JSON blob to disk. We should consider using lz4 compression, which is fast and part of OS.File already. 2.3.1 Smaller writes = less time spent on flush 2.3.2 Less flush means smaller window of data corruption (crash during flush) 2.3.3 Faster reads of smaller files from disk should improve startup restore performance (measurable) 2.3.4 Fewer I/O ops should lessen strain on profile dirs located on network drives 2.4 Firefox Flow - there’s an opportunity to be part of this initiative by including sessionstore work. Bugs which have 'performance' as its main theme will be marked blocking this bug.
Reporter | ||
Updated•7 years ago
|
Depends on: sessionRestoreJank
Comment 1•7 years ago
|
||
Sir , I want to work on this issue.
Meta-bug for session managers: https://bugzilla.mozilla.org/show_bug.cgi?id=1427928
Comment 3•6 years ago
|
||
394492 - SessionStore API performance issues with large number of windows and tabs https://bugzilla.mozilla.org/show_bug.cgi?id=394492
Updated•6 years ago
|
Comment 4•5 years ago
|
||
Um, missing the obvious "PERF" key word here.
See Also: → ss-feature
See Also: → ss-reliability
See Also: → Session_managers
Updated•5 years ago
|
Summary: Sessionstore performance tracking → [meta] Sessionstore performance tracking
Depends on: tab-unloading
Depends on: fission-history
Updated•5 years ago
|
Type: defect → enhancement
Updated•4 years ago
|
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•