Open
Bug 1978219
Opened 16 days ago
Updated 6 days ago
Demo at https://codepen.io/mootytootyfrooty/pen/pvJRNBV using babylon.js is ~5x slower in Firefox
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned, NeedInfo)
References
(Blocks 1 open bug, )
Details
Go to https://codepen.io/mootytootyfrooty/pen/pvJRNBV
Measure the time for the lights to appear on screen.
firefox: https://share.firefox.dev/4f73M60 (38s)
Chrome: https://share.firefox.dev/3TOnmdm (8s)
Comment 1•14 days ago
|
||
Hm that's a large gap. The profile also looks a little different in FF. NI myself to take a closer look to see what's happening.
Flags: needinfo?(jdemooij)
Comment 2•6 days ago
|
||
Can you still reproduce this? For me it takes about 15 seconds with Nightly on MacOS and maybe ~10 seconds with Chrome Canary. We're a bit slower but not 4-5x.
Flags: needinfo?(jdemooij) → needinfo?(mayankleoboy1)
Reporter | ||
Comment 3•6 days ago
|
||
yes.
https://share.firefox.dev/4kZwmaE (24s)
this is with all default options. The first profile had some non-default config options enabled (SA regalloc, self-hosted cache etc.)
Flags: needinfo?(mayankleoboy1) → needinfo?(jdemooij)
You need to log in
before you can comment on or make changes to this bug.
Description
•