Open Bug 720855 Opened 12 years ago Updated 2 years ago

add telemetry time stamp for "end of session restore"

Categories

(Firefox :: Session Restore, defect)

defect

Tracking

()

People

(Reporter: Gavin, Unassigned)

Details

See bug 717105 for infra. The idea is to TelemetryTimestamps.add() when session restore has completed restoring the session. Ideally, we would only record this when we're doing a restore-on-startup.

Paul: have any tips for the best way to do that?
I would count the number of tabs at startup & then decrement for each in restoreTab & then add the timestamp. I would only do it if we're not restoring on demand (because that might never happen)
Paul, can I take this bug?
(In reply to Paul O'Shannessy [:zpao] from comment #1)
> I would only do it if we're not restoring on demand (because that might never happen)

Isn't that the default now? Does it still make sense to implement this measurement that way then if we'll get numbers only from a minority of users?
Probably not. It might still make sense to track an "end of session restore" number, even if it doesn't include actual loading of all the pages.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.