Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize profile recovery #918

Open
boolean5 opened this issue May 7, 2021 · 0 comments
Open

Optimize profile recovery #918

boolean5 opened this issue May 7, 2021 · 0 comments
Labels
enhancement Not a bug or a feature request needs-investigation

Comments

@boolean5
Copy link
Contributor

boolean5 commented May 7, 2021

Now, when restarting a crashed browser, we archive its profile in a tar file and then extract the contents of this tar file into the profile of a freshly started browser. Maybe we could skip this intermediate step and reuse the old profile directly instead (i.e., avoid making two unnecessary copies of the profile).

Additionally, now that we will be saving the full Firefox profile (after #917), we could also look into whether we can get a performance benefit by not reinstalling the extension every time we restart a browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Not a bug or a feature request needs-investigation
Projects
None yet
Development

No branches or pull requests

1 participant