speedup door Elad Karako
discard non-active, non-auditable tabs. CSS to reduce rendering quality. JS to set lazy loading and no preloading of media.
ExperimenteelExperimenteel
Beschikbaar in Firefox voor Android™Beschikbaar in Firefox voor Android™
Scan de QR-code om deze extensie in Firefox voor Android te openen
Metagegevens van extensie
Schermafbeeldingen
Over deze extensie
a tiny web-extension, still in early development,
designed to reduce RAM and CPU consumptions by background tabs,
as well as to provide a reactive and speedy web-pages for the tab you are currently using.
there are no magic tricks,
just discarding tabs, CSS rendering that makes things slightly uglier (but a lot faster), and some trying of native lazy loading.
almost 15 years after publishing my last web-extension in Mozilla! ☺
please visit the github page for more details and code-review or opening issues.
https://github.com/eladkarako/webextension-speedup
designed to reduce RAM and CPU consumptions by background tabs,
as well as to provide a reactive and speedy web-pages for the tab you are currently using.
there are no magic tricks,
just discarding tabs, CSS rendering that makes things slightly uglier (but a lot faster), and some trying of native lazy loading.
almost 15 years after publishing my last web-extension in Mozilla! ☺
please visit the github page for more details and code-review or opening issues.
https://github.com/eladkarako/webextension-speedup
Met 0 gewaardeerd door 0 beoordelaars
Toestemmingen en gegevens
Vereiste machtigingen:
- Browsertabbladen benaderen
- Uw gegevens voor alle websites benaderen
Optionele machtigingen:
- Uw gegevens voor alle websites benaderen
Gegevensverzameling:
- De ontwikkelaar zegt dat deze extensie geen gegevensverzameling vereist.
Meer informatie
- Add-on-koppelingen
- Versie
- 26.7.2
- Grootte
- 20,46 KB
- Laatst bijgewerkt
- één dag geleden (30 jun. 2026)
- Verwante categorieën
- Licentie
- MIT-licentie
- Versiegeschiedenis
- Toevoegen aan collectie
De ontwikkelaar van deze extensie vraagt uw steun voor verdere ontwikkeling door middel van een kleine bijdrage.
tab discard can be somewhat annoying when you try to switch back and forth from two recent tabs, clicking on a discarded tab will bring it up, or restore it, but it often also refreshes it. I will adjust the limitation to reduce the chance of requesting discarding the most N recent tabs. but as we workaround, moving a tab to a new window helps with switching faster.
as for CSS and JavaScript injection (content-scripts),
both are rather simple and should probably work fine on most websites.
please feel free to open an issue to detail your browser benchmark in the github page.
it should be supported on most older Firefox version, but I limited it to current ESR for TOR, which is 140.0 (June 24th, 2026).