Background tab setTimeout muffler

Defers setTimeout calls if no user input has been received for 15 seconds. Useful for stopping background tabs from continuing to use CPU cycles.

Autor
BinarySplit
Installationen heute
0
Installationen gesamt
175
Bewertungen
3 0 0
Version
1
Erstellt am
12.06.2014
Letzte Aktualisierung
12.06.2014
Größe
4,91 KB
Lizenz
n/a
Wird angewandt auf
Alle Seiten

Defers setTimeout calls if no user input has been received for 15 seconds. Useful for stopping background tabs from continuing to use CPU cycles. Only tested on Firefox.

This only handles the most common classes of background tab CPU abuse. It's still possible to use XMLHttpRequests, requestAnimationFrame, browser plugins, and possibly other tricks to continue to use the CPU while in the background.