Hi @sienori , thanks for the new 7 update!
I would like to point out several critical bugs:
When the user configures to save many sessions to a folder on the disk, this causes the extension to take up a lot of space in the RAM memory, and until the extension is restarted or the browser is closed and opened, it fills up the memory and causes a serious slowdown. than saving them to RAM
When the user has saved over 500+ Sessions, every time he wants to access the newest session, the plugin will have to load them all and it can take a long time, I found a workaround for this in which I use the search to search for something random like 23123123123 it loads all Sessions in less than one second and then you can scroll between them without waiting for all of them to load.
Steps to reproduce
Start browser with clean profile
Install Tab Session Manager
Under Backup enable Save backup
Fill the extension with more then 100 Sessions and take a look of the Ram usge for the extension (in chrome Shift+Esc)
Expected result
Local save every X minutes
A bug that causes all Sessions to be loaded every time you click on the extension.
Short description
Hi @sienori , thanks for the new 7 update! I would like to point out several critical bugs:
When the user configures to save many sessions to a folder on the disk, this causes the extension to take up a lot of space in the RAM memory, and until the extension is restarted or the browser is closed and opened, it fills up the memory and causes a serious slowdown. than saving them to RAM
When the user has saved over 500+ Sessions, every time he wants to access the newest session, the plugin will have to load them all and it can take a long time, I found a workaround for this in which I use the search to search for something random like
23123123123
it loads all Sessions in less than one second and then you can scroll between them without waiting for all of them to load.Steps to reproduce
Expected result
Actual result
Platform information
Additional context