rNeomy / auto-tab-discard

Use native tab discarding method to automatically reduce memory usage of inactive tabs
https://webextension.org/listing/tab-discard.html
Mozilla Public License 2.0
888 stars 76 forks source link

Would it be possible to save inactive tabs to disk and reload them from disk as opposted to discard them, and reload from website's server which is slower ? #329

Open fad1 opened 1 year ago

fad1 commented 1 year ago

The reason I use ATD is to save on RAM space, however using ATD increases latency on discarded tabs as they have to be reloaded after a discard.

Would it be possible to, instead of discarding the tab, to just save it to disk and reload it from disk (not from website) ?

Thansk