Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High RAM usage and slow session loading #1330

Open
aviv926 opened this issue May 28, 2024 · 1 comment
Open

High RAM usage and slow session loading #1330

aviv926 opened this issue May 28, 2024 · 1 comment
Labels

Comments

@aviv926
Copy link

aviv926 commented May 28, 2024

Short description

Hi @sienori , thanks for the new 7 update!
I would like to point out several critical bugs:

  1. 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

  2. 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

  1. Start browser with clean profile
  2. Install Tab Session Manager
  3. Under Backup enable Save backup
  4. 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

  1. Local save every X minutes
  2. A bug that causes all Sessions to be loaded every time you click on the extension.

Actual result

Platform information

  • Platform (OS): Win
  • Version of browser: Chrome
  • Version of Tab Session Manager: 7

Additional context

@sienori
Copy link
Owner

sienori commented Jun 5, 2024

I have improved the issue of high CPU load when backing up a large number of sessions in Chrome. This will be fixed in version 7.0.1.

@sienori sienori added the solved label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants