High memory usage due to many anonymous sandboxes on yahoo email
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
People
(Reporter: schweithe, Unassigned)
References
Details
Attachments
(4 files)
Comment 1•8 years ago
|
||
Reporter | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Updated•8 years ago
|
Comment 4•8 years ago
|
||
Reporter | ||
Comment 5•8 years ago
|
||
Reporter | ||
Comment 6•8 years ago
|
||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Comment 9•8 years ago
|
||
Comment 10•8 years ago
|
||
Reporter | ||
Comment 11•8 years ago
|
||
Comment 12•8 years ago
|
||
Comment 13•8 years ago
|
||
Reporter | ||
Comment 14•7 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 15•6 years ago
|
||
The lot of anonymous sandbox leaks was likely caused by bug 1459404, which was fixed in Firefox 62.
Is this bug still reproducible?
Updated•6 years ago
|
Reporter | ||
Comment 16•6 years ago
|
||
I guess so. I just started Firefox with task manager running. In about 10-15 seconds storage rose to 700-800 MB with only yahoo homepage running. After a few minutes with yahoo homepage, yahoo email, and bugzilla running storage is 1.2 GB. At one point it peaked at 1.5 GB.
Reporter | ||
Comment 17•6 years ago
|
||
Regarding the initial reporting of the problem during a scan of the printer, the scan obviously had nothing to do with the problem.
Comment 18•6 years ago
|
||
Could you provide a performance profile? And if your list of add-ons has changed compared to before, also provide a list of add-ons.
To check which add-on might be responsible for the leak, check whether your issue also occurs if you disable some (or all) of your add-ons. E.g. run Firefox with Dashlane only, and also run Firefox with Yahoo Homepage (the add-on) only.
Reporter | ||
Comment 19•6 years ago
|
||
Addons are:
Dashlane
Eno from Capital One
Norton Safe Search
Norton Safe Web
Gecko Profiler
Updated•6 years ago
|
Comment 20•6 years ago
|
||
The performance profile shows that Dashlane is doing lots of work, but it doesn't appear to be using 100% of the CPU.
Does the issue still occur if you disable Dashlane? If not, can you disable your add-ons one by one until you see a change in behavior?
And please generate a verbose memory report at about:memory
and attach it to this bug.
Comment 21•6 years ago
|
||
Closing. Please reopen if necessary.
Reporter | ||
Comment 22•6 years ago
|
||
here is the about memory verbose
Comment 24•6 years ago
|
||
(In reply to Harry Schweitzer from comment #22)
Created attachment 9055225 [details]
memory-report.json.gzhere is the about memory verbose
By far the biggest chunk of memory in this report is yimg.com workers, which is almost certainly caused by the website itself.
Comment 25•6 years ago
|
||
22% of the memory is sitting in unused-gc-things which is some pretty impressive fragmentation. Another 8% is in tons of copies of strings:
1,200.57 MB (100.0%) -- explicit
├────785.72 MB (65.45%) -- workers/workers(yimg.com)
│ ├──393.26 MB (32.76%) -- worker(blob:https://s.yimg.com/da3b88c9-56a8-4be5-a980-a215943064f0, 0x225b5a2a800)
│ │ ├──381.21 MB (31.75%) -- zone(0x225dba47000)
│ │ │ ├──194.60 MB (16.21%) ++ realm(web-worker)
│ │ │ ├──131.99 MB (10.99%) ── unused-gc-things
│ │ │ ├───50.17 MB (04.18%) -- strings
│ │ │ │ ├──37.72 MB (03.14%) ++ (34 tiny)
│ │ │ │ └──12.45 MB (01.04%) ++ string(length=36, copies=181370, "5b02b335-bf93-c419-2365-2b7d3f860e01")
│ │ │ └────4.45 MB (00.37%) ++ (12 tiny)
│ │ └───12.05 MB (01.00%) ++ (3 tiny)
│ └──392.46 MB (32.69%) -- worker(blob:https://s.yimg.com/f6c99912-2760-47c2-af44-a477f4281c12, 0x225c7839000)
│ ├──381.70 MB (31.79%) -- zone(0x225b47cb000)
│ │ ├──194.93 MB (16.24%) ++ realm(web-worker)
│ │ ├──131.99 MB (10.99%) ── unused-gc-things
│ │ ├───50.32 MB (04.19%) -- strings
│ │ │ ├──37.85 MB (03.15%) ++ (34 tiny)
│ │ │ └──12.47 MB (01.04%) ++ string(length=36, copies=181606, "07df8262-cedd-2400-e946-ca7ddb40bc9e")
│ │ └────4.45 MB (00.37%) ++ (11 tiny)
│ └───10.76 MB (00.90%) ++ (3 tiny)
I wonder if this is another worker-gc isn't doing its best type issue.
Updated•6 years ago
|
Reporter | ||
Comment 26•6 years ago
|
||
This is an above:memory?verbose with memory at 1.3 GB. Only tabs open are Yahoo homepage and yahoo mail.
Reporter | ||
Comment 27•6 years ago
|
||
about:memory?verbose where memory has risen to 1.9 GB with only yahoo homepage and yahoo mail tabs open.
Comment 28•6 years ago
|
||
(In reply to Harry Schweitzer from comment #27)
Created attachment 9055454 [details]
memory-report2.jsonabout:memory?verbose where memory has risen to 1.9 GB with only yahoo homepage and yahoo mail tabs open.
The worker and content window are still the biggest chunks of this.
There are a ton of content scripts that several of your add-ons seem to inject into every iframe, but in your last report they only add up to 20MB, and in the one before that, they only added up to 50MB. That's not ideal, and I wish they didn't indiscriminately inject so many large content scripts, but they're also clearly not the main problem.
And Dashlane, alas, uses well over 100MB in its background page for... whatever. Which is, again, unfortunate, but also not the major problem.
This really seems to be mostly an issue with Yahoo Mail.
Description
•