You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 errorRPC::DEADLINE_EXCEEDED: context deadline exceeded
in PageSpeed Insights.Details:
If I do not use the
react-three-offscreen
package, everything works fine.The text was updated successfully, but these errors were encountered: