Another idea is to look at other Chrome users activity pattern in regards to how often a given URL is kept hidden and revisited to determine how much throttling should be done to it, something like an AdBlock list.
Chrome will aggressively throttle background tabs
361–370 of 403 posts
Re: Chrome will aggressively throttle background tabs
#362Earlier quoted context omitted.
I don't understand why this seems to only be a thing in Firefox - it's awesome.
I remember looking for a similar Chrome extension, but I think Chrome doesn't provide the appropriate hooks, or something.
Re: Chrome will aggressively throttle background tabs
#363Earlier quoted context omitted.
Because the quantity isn't just less than 100%, it's a small minority. Chrome and Firefox are among the most widely-used pieces of software in the world. I'm not saying they don't have weird bugs, but they don't crash daily for most users. While the OP may not be doing anything "wrong", he is almost definitely doing something unusual, or has deeper issues like malware or malfunctioning hardware. If the ratio were inv…
I would suspect a majority of the world does not keep dozens of tabs open, on an computer that never shuts down. You have to remember which forum you're on here. Any software issue, usually rears its head relatively quickly from one of our machines around here.
Re: Chrome will aggressively throttle background tabs
#364Earlier quoted context omitted.
Because the quantity isn't just less than 100%, it's a small minority. Chrome and Firefox are among the most widely-used pieces of software in the world. I'm not saying they don't have weird bugs, but they don't crash daily for most users. While the OP may not be doing anything "wrong", he is almost definitely doing something unusual, or has deeper issues like malware or malfunctioning hardware. If the ratio were inv…
Bugs which only affect a small minority of users don't exist, nor do unusual but perfectly legitimate usage patterns?
Re: Chrome will aggressively throttle background tabs
#365This is of course a really good thing, but I feel this is not enough. The browser has increasingly become universal platform. On the one hand, this means applications written for browsers are automatically cross platform. But this also makes the browsers more and more complicated. Even the simplest webpage takes a significant hit in resource usage. Maybe we need some sort of "reduced web". A browser that only support…
Re: Chrome will aggressively throttle background tabs
#366Re: Chrome will aggressively throttle background tabs
#367Earlier quoted context omitted.
Just look out for this not being supported and make sure your stuff still works. Eg, document.hidden might be undefined so don't initialize like this: doVisualUpdates = (document.hidden === true);
Well, you’d typically want to do visual updates when document.hidden wasn’t true, which would work fine.
Re: Chrome will aggressively throttle background tabs
#368Earlier quoted context omitted.
The audio thing works because there is an obvious icon in the tab bar that shows the source of audio, so if developers use it in an annoying way the user can easily respond appropriately.
Just wait until background junk audio is included in a framework. We'll never be rid of it.
Re: Chrome will aggressively throttle background tabs
#369Earlier quoted context omitted.
The audio thing works because there is an obvious icon in the tab bar that shows the source of audio, so if developers use it in an annoying way the user can easily respond appropriately.
Just wait until background junk audio is included in a framework. We'll never be rid of it.
Re: Chrome will aggressively throttle background tabs
#370Earlier quoted context omitted.
Bingo. The user ultimately needs to retain control. And I'm especially interested in the exception for audio - that really should be user-controllable, otherwise it just encourages annoying page authors to be even more annoying.
Note that you can always mute a tab in Chrome, which I suspect would remove the exemption as well.