navorite / sessionic

A web extension to save, manage and restore sessions, windows and tabs.
GNU Affero General Public License v3.0
471 stars 17 forks source link

perf: Greatly reduce memory usage by loading only the session currently viewed #34

Closed navorite closed 1 year ago

navorite commented 1 year ago

When there is a lot of sessions with many tabs (think of 400+ sessions with each 150 tab+), memory usage increases greatly. There is no reason to load all the data for every session loaded, instead just load the session that is being viewed. This reduces memory usage by a very large margin.