Closed
Bug 242975
Opened 21 years ago
Closed 21 years ago
background tabs use unneccessary CPU resources
Categories
(SeaMonkey :: Tabbed Browser, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 240218
People
(Reporter: maze, Unassigned)
Details
(Keywords: perf)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031114
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031114
As far as I can tell switching to another tab (or minimizing/iconizing the
mozilla window) should result in all processing in a given tab stopping. Ie.
Java applets stopped, (gif) animation stopped, flash suspended, javascript as
well, etc... Otherwise when you load up a single flash or animation intensive
page it works ok, but as you start loading more of these in other tabs (which
are obviously in the background) the entire system slows down, and not due to
memory problems. It remains slow even after the pages have been downloaded and
parsed. Basically everything on these pages keeps on running in the background
- what ever for? Should be some option for suspending these background tasks.
This is getting to be a greater and greater problem as animation and applets and
javascipt get to be more and more everywhere and harder and harder to live
without...
Reproducible: Always
Steps to Reproduce:
open a few animation intensive flash inclusive pages
Actual Results:
everything slows to a halt
Expected Results:
there's no real reason for it to slow down - use memory yes, but slow down
(assuming plenty of free ram)?
Comment 1•21 years ago
|
||
> Ie. Java applets stopped, (gif) animation stopped, flash suspended, javascript
> as well, etc...
I'm pretty sure there is no way to suspend plugins in the plugin API (the plugin
itself would have to handle the suspending).
In any case, this is all reported before.
Whiteboard: DUPEME
Reporter | ||
Comment 2•21 years ago
|
||
(In reply to comment #1)
> > Ie. Java applets stopped, (gif) animation stopped, flash suspended, javascript
> > as well, etc...
>
> I'm pretty sure there is no way to suspend plugins in the plugin API (the plugin
> itself would have to handle the suspending).
>
> In any case, this is all reported before.
Well at _least_ java applets have stop and start methods which are meant to be
called on minimize/maximize of the window, they're not called in mozilla on
min/max and on tab switches...
see Bug 240218 with other bugs mentioned
Comment 4•21 years ago
|
||
*** This bug has been marked as a duplicate of 240218 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•