Open Bug 1820323 Opened 2 years ago Updated 1 year ago

React-Stockcharts-SVG spends quite a bit time in style computation

Categories

(Core :: CSS Parsing and Computation, enhancement)

enhancement

Tracking

()

People

(Reporter: smaug, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [sp3])

The last part of the test, React-Stockcharts-SVG.ZoomTheChart, takes quite a bit time in style computation, and lots of that is in futex_wait.
https://share.firefox.dev/3YphgzQ

I believe that time in futex_wait is the main thread waiting on the helper threads doing parallel style computation. I'm not suggesting there's nothing to optimize here, just noting that the CPU should generally be quite busy during those waits (the profiler shows this with the style threads).

Whiteboard: [sp3]
You need to log in before you can comment on or make changes to this bug.