rNeomy / auto-tab-discard

Use native tab discarding method to automatically reduce memory usage of inactive tabs

Home Page:https://webextension.org/listing/tab-discard.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ?

fad1 opened this issue · comments

commented

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