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

Reduce the impact of sessionstore updates #444

Closed
classilla opened this issue Oct 21, 2017 · 3 comments
Closed

Reduce the impact of sessionstore updates #444

classilla opened this issue Oct 21, 2017 · 3 comments

Comments

@classilla
Copy link
Owner

I'm unwilling to increase the interval substantially over the 25 second interval used now for session store writes (especially since this is over the Firefox default of 15), but we've reduced the size of them before by cutting down on the maximum window and tab undos, so I think we should now concentrate on history.

Proposal: reduce browser.sessionstore.max_serialize_back and browser.sessionstore.max_serialize_forward to 5 each (currently 10 and -1, i.e., no limit) for FPR5.

@classilla
Copy link
Owner Author

See also https://wiki.mozilla.org/Firefox/session_restore

We could also cut down browser.sessionstore.cleanup.forget_closed_after. That value is quite high.

Finally, there are probably some opportunities to pare down the JS in browser/components/sessionstore/SessionStore.jsm also.

@classilla
Copy link
Owner Author

Cut to 60 seconds. This is about as far as I'm willing to go.

@nemanjacosovic
Copy link

I think this is a good call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants