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
Just noticed this as well, on macOS 14.7 (23H124). Reminds me a lot of #2507.
Using --devtools, I was able to narrow the issue down to the subtree of #message-list element in #wire-main-app.
If you remove the transition: width .35s var(--ease-out-quart) property from #message-listand set .message-body to display: none, the high CPU usage disappears entirely. I didn't investigate what in the subtree of .message-body contributes to this.
Wire version: 3.35.4861
Operating system: Sonoma 14.3
Which antivirus software do you have installed: None
What steps will reproduce the problem?
What is the expected result?
Not burning through my battery due to the 30% CPU continuous usage
What is the actual result?
30% of my cpu cores are doing, something, with Wire, although i;m not entirely sure what.
Please provide any additional information below. Attach a screenshot if possible.
Through profiling using Instruments I see that it's mostly busy in Electron's get_async_id()
--verbose-logging doesn't show useful unfortunately, do let me know what I can do to help debug this further!
The text was updated successfully, but these errors were encountered: