[meta] Firefox's disk write behaviour is worse than other browsers' in some situations
Categories
(WebExtensions :: General, defect, P3)
Tracking
(Performance Impact:low)
Performance Impact | low |
People
(Reporter: theflyingcelt, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: meta, perf)
Attachments
(3 files)
Updated•7 years ago
|
Comment 2•7 years ago
|
||
Comment 4•7 years ago
|
||
Comment 6•7 years ago
|
||
Comment 8•7 years ago
|
||
Comment 9•7 years ago
|
||
Reporter | ||
Comment 10•7 years ago
|
||
Comment 11•7 years ago
|
||
Comment 12•7 years ago
|
||
Comment 13•7 years ago
|
||
Reporter | ||
Comment 14•7 years ago
|
||
Comment 15•7 years ago
|
||
Reporter | ||
Comment 16•7 years ago
|
||
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
Reporter | ||
Comment 19•7 years ago
|
||
Reporter | ||
Comment 20•7 years ago
|
||
Comment 21•7 years ago
|
||
Comment 22•7 years ago
|
||
Reporter | ||
Comment 23•7 years ago
|
||
Comment 24•7 years ago
|
||
Reporter | ||
Comment 25•7 years ago
|
||
Comment 26•7 years ago
|
||
Comment 27•7 years ago
|
||
Comment 28•7 years ago
|
||
Comment 29•7 years ago
|
||
Updated•7 years ago
|
Comment 30•7 years ago
|
||
Comment 31•7 years ago
|
||
Comment 32•7 years ago
|
||
Comment 33•7 years ago
|
||
Comment 34•7 years ago
|
||
Comment 35•7 years ago
|
||
Comment 36•7 years ago
|
||
Comment 37•7 years ago
|
||
Comment 38•7 years ago
|
||
Updated•7 years ago
|
Comment 39•7 years ago
|
||
Updated•7 years ago
|
Comment 40•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 41•7 years ago
|
||
Comment 42•7 years ago
|
||
Comment 43•7 years ago
|
||
Comment 44•7 years ago
|
||
Comment 45•6 years ago
|
||
Comment 46•6 years ago
|
||
Comment 47•6 years ago
|
||
Comment 48•6 years ago
|
||
Comment 49•6 years ago
|
||
Comment 50•6 years ago
|
||
Comment 51•6 years ago
|
||
Comment 52•6 years ago
|
||
Comment 53•6 years ago
|
||
Comment 54•6 years ago
|
||
Comment 55•6 years ago
|
||
Comment 56•6 years ago
|
||
Comment 57•6 years ago
|
||
Comment 58•6 years ago
|
||
Comment 59•6 years ago
|
||
Comment 60•6 years ago
|
||
Comment 61•6 years ago
|
||
Comment 62•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 63•5 years ago
|
||
Hi, is there any update on this? I've tried measuring I/O again using the latest version of Firefox beta (71.0b3) and still FF writes much more than other browsers.
Comment 64•5 years ago
|
||
(In reply to Konssam from comment #63)
Hi, is there any update on this? I've tried measuring I/O again using the latest version of Firefox beta (71.0b3) and still FF writes much more than other browsers.
Add-on data writing was moved to indexeddb in bug 1488825 , which shipped in 66, and should have helped here, I think. There were probably other efforts since the last significant update here, but in comment #54 you indicated that this is where you were seeing write activity.
Where are you seeing this write activity now?
Because unfortunately, just reporting that we write more than "other browsers" is not really enough to dig deeper, I'm afraid. How much data we write likely depends significantly on which websites you're loading, and in some cases on local preferences/settings in your profile. For instance, I've seen bug 1583384 result in excessive memory use, and could see a similar problem creating excessive disk writes, but we'd need more details to be sure and to figure out how best to mitigate. Even in this bug we previously thought that the issue was related to session restore, when later comments indicated it was in fact related to extensions writing to disk.
Comment 65•5 years ago
|
||
I ran a set of experiments in late 2017 comparing Firefox and Chrome while running Speedometer 2, and one of the measurements was filesystem writes.
I found basically that Firefox and Chrome wrote basically the same amount of data over the course of the test. However, Chrome wrote that data in bigger chunks far less often. Firefox wrote the same amount of data in small amounts constantly.
Not sure if that's a useful or useless datapoint... maybe it just underscores Gij's comment that pathological behavior is often very much related to specific site behavior.
That said, knowing which subsystems such as cookies or addons, etc allow constant writes instead of periodic batched writes seems like it would be worth knowing.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 66•4 years ago
|
||
It's been nearly a year so I assume we won't hear back. If people re-find this bug and have specific issues, please file new bugs and mark them as dependency / see also.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 67•2 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Description
•