I’ve been too busy with work to spend any time investigating the cause. At first I had been blaming the `teams-for-linux` electron app but figured that wasn’t the culprit because I close it every evening. In Firefox, `about:processes` is useful while actually using the application but I’m not really sure how best to diagnose what’s happening after the fact.
Go into about:config and search for browser.ml stuff. Some of it is just for text completion, but you can also load models - transformer js, and also send stuff to chat gpt.
Next up would be looking closer at the pages you frequent. I think many people would be surprised at all the ways web apps screw up these days.
All that said, the browsers, as unfair as it may seem, should do better at handling all of the slop that web app and extension developers put out there. It’s sometimes just a whole lot easier to make the browser more bulletproof than it is to make a bajillion JavaScript/python monkeys conscientious and competent.
From what I understand, this is because the OS package manager changed some of Firefox's files in a background update (Ubuntu does this through unattended-upgrades), and Firefox's built-in updater doesn't have this problem.
I don't go to the home page, though, only access videos via search (using !yt on Kagi) and by clicking around related videos.
I don't see any memory issues that the OP is talking about, either. Maybe uBlock is fixing it for me?
I has hundreds of tabs at that point, so I had to find out the culprit. What I did was open a task manager and expand Fifefox process to see dozens of subprocesses. I then sorted by memory (or by cpu) to find out worst offender and killed only that single subprocess without touching others. And after doing that I've looked at the list of tabs and saw that one of them has changed to the crash report tab, with a visibly different icon. And looking at it I saw that it was originally Jenkins portal. Now I proactively close it's tabs and leaks stopped. Maybe this will help you.
Is that what you're looking for? If you sort it by updated, I assume everything after the 27th is probably in the current release.