Open
Bug 1864381
Opened 1 year ago
Updated 1 year ago
JS demo (https://nerget.com/fluidSim/ ) is faster in Chrome compared to Nightly
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug, )
Details
Go to https://nerget.com/fluidSim/
Set solver iterations to maximum
Set resolution to 256
click-and-drag your mouse inside the demo
Nightly: https://share.firefox.dev/49uYmyh (13FPS)
Chrome: https://share.firefox.dev/3QJcCeu (19FPS)
Comment 1•1 year ago
|
||
The profile shows us spending most of our time in the Ion-compiled lin_solve
function. It's hard to tell more from the profile.
I think we have (or had) other bugs on file for this website.
Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•