There are some options here that could be set: https://docs.godotengine.org/en/latest/tutorials/ui/creating_applications.html#performance Such as: - [ ] Disable keep screen on - [ ] Disable audio system - [ ] Disable VSync and limit max FPS - [ ] Do debugging with low processor mode to see if there's unnecessary redraws
There are some options here that could be set: https://docs.godotengine.org/en/latest/tutorials/ui/creating_applications.html#performance
Such as: