You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that the memory footprint in Chrome increases while the popup is open. In my recorded case (see below) it doesn't grow as much as I had seen before. In one instance earlier this week I saw it grow by almost 20MB before memory got freed again. There is no user action taken, just the popup being open. Without the popup being open, the background script memory is stable.
Screen.Recording.2025-04-05.at.11.38.11.mov
In theory it could be that this is common behavior for popup implementations in Chrome, however I think it's worth investigating and figuring out why this is and what could be done to avoid that.
I have noticed that the memory footprint in Chrome increases while the popup is open. In my recorded case (see below) it doesn't grow as much as I had seen before. In one instance earlier this week I saw it grow by almost 20MB before memory got freed again. There is no user action taken, just the popup being open. Without the popup being open, the background script memory is stable.
Screen.Recording.2025-04-05.at.11.38.11.mov
In theory it could be that this is common behavior for popup implementations in Chrome, however I think it's worth investigating and figuring out why this is and what could be done to avoid that.