Electron haters are going to have a field day over this (obviously it's not an electron issue, but why they care?).
Electron-based apps cause system-wide lag on macOS 26 Tahoe
151–160 of 227 posts
Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe
#152Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe
#153Earlier quoted context omitted.
It’s true that they’ve made some progress but my work laptop running Windows 11 still has UI elements from Windows 95/NT 4. The file system hasn’t improved since then and the keyboard responsiveness is actually worse. BeOS on 90s hardware absolutely torches Windows 11 on things like UI responsiveness, ability to multitask without degrading UI performance, and the file system (not networking, of course, it wasn’t perf…
You can actually tell the old controls from the Win NT by how fast and responsive they are. They also properly follow the best practices by showing keyboard accelerators when you press "alt". It's the new stuff that is slow and unusable.
Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe
#154Earlier quoted context omitted.
I know it's a defacto complaint to leverage against Electron apps, but memory usage notwithstanding, I've never run into much lag issue on any major Electron app.
It depends. Numerous times when internet is spotty Slack and Discord both on different occasions have brought my systems to a halt until they can complete whatever task is stuck waiting (or I force close them). It's really fucking obnoxious that somehow a goddamn web app in a wrapper is managing to cause system wide hangs.
Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe
#155It seems odd that Apple could release an update that breaks common software, and not go to the trouble of at least contacting the developers of the software and discussing the issue.
Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe
#156How difficult would it be just to switch to Swift for some of these apps?
You're talking about adding at least $10M to the budget and a 2 year lead time for each of these companies.
Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe
#157Earlier quoted context omitted.
So you're blaming because they've changed a private API which electron not only used, but also seemed to have patched?
No, for "pushing out updates that cause issues [with very common software]".
Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe
#158Earlier quoted context omitted.
The instructions for fixing a Mac's corrupted spotlight index are amazing. I was planning to do it earlier this year, but the number of manual actions was just too ridiculous. Then, after it was broken for months, it spontaneously started working again.
It's a little heterodox, but not hard at all[1] and it takes literally less than a minute to trigger the rebuilding. [1] https://support.apple.com/en-us/102321
Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe
#159Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe
#160Earlier quoted context omitted.
I’m happy to refer to a better workaround if you have one?
1. workaround for high GPU load by Electron apps (what this HN thread is about) — see the command here: https://github.com/electron/electron/issues/48311#issuecomme... 2. unrelated workaround for scroll bug - defaults write com.google.Chrome NSAutoFillHeuristicControllerEnabled -bool false