-
I have followed the steps #770 and converted to a react app but renders are very slow like it is in the development server of create-react-app or worse and production build doesn't make any difference either. What could be the reason? Am I missing to set a PROD environment variable or something? |
Beta Was this translation helpful? Give feedback.
Answered by
ufukomer
May 30, 2023
Replies: 1 comment
-
I have found the reason: app.disableHardwareAcceleration(); I think you should warn users about that, so basically disabling hardware acceleration reducing the performance drastically. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ufukomer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have found the reason:
I think you should warn users about that, so basically disabling hardware acceleration reducing the performance drastically.