-
Notifications
You must be signed in to change notification settings - Fork 82
Investigate Mac CPU issues issues #9490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@jrainville I test it and seems like it doesn't help :(
} there Any new ideas? :) |
@alexjba has a lot of good news here :) |
I guess we're working on the same thing #8139
|
Description
On Mac, users experience a crazy amount of CPU usage, even with the app in the background, whereas Linux and even Windows don't have that issue.
The only 2 things that come to mind that are different on Mac are the Frame (to have the Mac buttons and such at the top), and the OS notifications (we have custom DOtherSide code for those on Mac).
Try to comment those out and see if the app still uses as much CPU in the background. We are aiming for close to 0 when the app is in the background and no messages are being received.
The goal of this issue is just to get information. We can decide after what to do with those depending on the findings.
The text was updated successfully, but these errors were encountered: