Hello all,
I am currently building an application with react-three-fiber.
In the process I am displaying a GLB.
Locally my application runs with stable 60FPS.
As soon as this application comes through my build pipeline on Production, I end up with ~30 FPS.
When I use the Chrome FPS viewer, I have visible animation frame requests that generate load, but not locally.
When I comment out the GLB and then release, the application is stable at 60FPS, even on Production.
Does ThreeJS do something different in Production bundles?
Further note: On Safari, the application is still at a stable 60FPS.
Honestly, I am now quite confused.
Here is a link to the application: K3 Veranda
Local FPS:

Production FPS:

I appreciate any tips!
Vitus ![]()
