[meta] Improve speedometer 3 score
Categories
(Core :: Performance, task, P1)
Tracking
()
People
(Reporter: plawless, Unassigned)
References
(Depends on 124 open bugs)
Details
(Keywords: meta, perf)
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 1•2 years ago
|
||
S1 is "(Catastrophic) Blocks development/testing, may impact more than 25% of users, causes data loss, likely dot release driver, and no workaround available".
For meta bugs, there is no requirement to set severity.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 2•1 years ago
|
||
Perf key word?
Comment 3•1 years ago
|
||
(In reply to Worcester12345 from comment #2)
Perf key word?
Comment 4•1 year ago
|
||
Does this bug take the place of the "Matic's Performance Tracker" bug? (I can't find that one right now)
Does anyone pay attention to this bug?
reducing the flash of white on same-origin navigations
If this comment is not suitable to appear here, please tell me the right place
The V8 team made a faster HTML parser and it resulted in a 3.4% increase in Speedometer, WebKit also implemented it. Could this be applied to Firefox? From here https://v8.dev/blog/holiday-season-2023 and here is the other link https://github.com/WebKit/WebKit/pull/9926
Comment 7•11 months ago
|
||
See bug 1821615 - it may be worthwhile eventually, but at the moment the bottlenecks during innerHTML parsing are in code that would also be exercised by the fast path parser (element node creation etc).
Has this one been investigated? https://bugzilla.mozilla.org/show_bug.cgi?id=1830453
Comment 9•2 months ago
|
||
For inspiration:
How Chrome doubled its Speedometer scores on Android (December 4, 2024):
https://blog.chromium.org/2024/12/doubling-speedometer-scores-android.html
Especially those "build optimizations" could be likely applicable to Firefox too, and the article says "these build optimizations account for more than half of the overall Speedometer score improvements".
Description
•