pmndrs/react-three-offscreen

PageSpeed Insights RPC::DEADLINE_EXCEEDED: context deadline exceeded

Opened this issue · 0 comments

Description:

I am using Next.js with the app folder and the react-three-offscreen library to animate a GLB model, which is being loaded through a Web Worker. When testing on desktop devices, I encounter the error RPC::DEADLINE_EXCEEDED: context deadline exceeded in PageSpeed Insights.

Details:

  • The 3D model size is 170 KB, which is acceptable and should not cause loading issues.
  • The performance seems fine during regular usage, but when analyzed with PageSpeed Insights, this error occurs.

If I do not use the react-three-offscreen package, everything works fine.