Replies: 3 comments 2 replies
-
Do you have a link? That could help |
Beta Was this translation helpful? Give feedback.
-
This is my address. deploy: http://ployomino.s3-website.ap-northeast-2.amazonaws.com/ |
Beta Was this translation helpful? Give feedback.
-
I was able to accurately check which logic was the problem through profiling of the developer tool. Since then, we have found other causes through additional research. Looking at browserslist in package.json, my web was supporting all browsers with a market share of 0.2 or more. Thank you.👍 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm making a puzzle block game.
In the local environment, it was confirmed that it was maintained at 60 fps, but after deploying by Netflify and S3, it was confirmed that it went down to 25 fps.
We optimized it by reducing the number of useframe that were running at the same time, but can we know the cause of frame drop or related keywords after deploy?
Beta Was this translation helpful? Give feedback.
All reactions