speedup av Elad Karako
discard non-active, non-auditable tabs. CSS to reduce rendering quality. JS to set lazy loading and no preloading of media.
EksperimentellEksperimentell
Tilgjengelig på Firefox for Android™Tilgjengelig på Firefox for Android™
1 bruker1 bruker
Skann QR-koden for å åpne denne utvidelsen i Firefox for Android
Metadata for utvidelser
Skjermbilder
Om denne utvidelsen
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
Vurdert til 0 av 0 anmeldere
Tillatelser og data
Nødvendige tillatelser:
- Tilgang til faner
- Få tilgang til dine data fra alle nettsteder
Valgfrie tillatelser:
- Få tilgang til dine data fra alle nettsteder
Datainnsamling:
- Utvikleren sier at denne utvidelsen ikke krever datainnsamling.
Mer informasjon
- Lenker for utvidelser
- Versjon
- 26.7.3
- Størrelse
- 20,59 kB
- Sist oppdatert
- 22 dager siden (2. juli 2026)
- Relaterte kategorier
- Lisens
- MIT License
- Versjonshistorikk
- Legg til i samling
Utvikleren av denne utvidelsen spør om du kan hjelpe til med å støtte den videre utviklingen ved å gi et lite bidrag.
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).