-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
Sleep mode for inactive tabs #262
Comments
I think the frame rate and animation control will probably have the biggest impact on the battery saver. If we could implement an edge-like sleeping tab, it would be a killer feature. |
I don't know exactly the sleeping tab function in edge works, but maybe we can implement a feature that would disable running background JS on tabs which aren't used. |
just ref for sleeping tabs
One implementation method is to use Dev tools' stop button command. (
|
Is your feature request related to a problem?
Some sort of battery saver or sleep mode for in active tabs like Microsoft Edge has currently. To make the browser faster.
The solution I'd like
Some sort of battery saver or sleep mode for in active tabs like Microsoft Edge has currently.
Alternatives I've considered
None, becease add-ons like Auto Tab Discard discard tabs. This forces the browser to reload the discarded tabs which cost even more performance resources.
Additional context
#2 (comment)
The text was updated successfully, but these errors were encountered: