CSS parsing is 5.5% of startup time
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
| Performance Impact | medium |
People
(Reporter: dbaron, Unassigned)
References
(Depends on 2 open bugs, Blocks 2 open bugs)
Details
(Keywords: arch, perf, perf:startup, Whiteboard: [ts][meta])
Attachments
(1 file)
|
243.19 KB,
text/html
|
Details |
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
| Reporter | ||
Updated•24 years ago
|
Comment 4•24 years ago
|
||
Comment 5•24 years ago
|
||
Updated•24 years ago
|
Comment 6•24 years ago
|
||
Comment 7•24 years ago
|
||
| Reporter | ||
Comment 8•23 years ago
|
||
Comment 9•23 years ago
|
||
| Reporter | ||
Comment 10•23 years ago
|
||
| Reporter | ||
Updated•23 years ago
|
Updated•21 years ago
|
| Reporter | ||
Updated•18 years ago
|
Comment 11•17 years ago
|
||
Updated•16 years ago
|
Comment 12•16 years ago
|
||
Updated•16 years ago
|
Updated•16 years ago
|
Comment 14•16 years ago
|
||
Updated•16 years ago
|
Updated•16 years ago
|
Updated•15 years ago
|
Updated•14 years ago
|
Updated•14 years ago
|
| Reporter | ||
Updated•14 years ago
|
Comment 15•3 years ago
|
||
Is this any better since 102.x?
Updated•3 years ago
|
Comment 16•3 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 13 votes.
:emilio, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Comment 17•3 years ago
|
||
This requires up-to-date profiling.
Comment 18•3 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #17)
This requires up-to-date profiling.
Perhaps. But after 22 years of this bug not being closed and 11 years since the last comment (besides mine), might be ok to take a leap of faith and say this is probably no longer an issue.
Comment 19•3 years ago
|
||
I ran this through the performance impact calculator, perhaps generously characterising it as "noticable startup delay" but I agree we should gather fresh data. If indeed we have a ~5% startup delay on all platforms due to CSS parsing then this could be considered a medium impact. Otherwise, we can retriage when we have up to date profiling.
The Performance Impact Calculator has determined this bug's performance impact to be medium. If you'd like to request re-triage, you can reset the Performance Impact flag to "?" or needinfo the triage sheriff.
Platforms: [x] Windows [x] macOS [x] Linux
Impact on browser: Causes noticeable startup delay
Comment 20•8 months ago
|
||
Here's a startup profile from macOS: https://share.firefox.dev/4f7Wy1s
When selecting the root node in the call tree and looking at the category breakdown in the sidebar, I see 3 samples in CSS parsing, corresponding to 0.3% of the total sample count.
So I can confirm that this is no longer a problem.
Description
•