Application Affected
Dropbox
Device
Mac
Operating System/Browser (if using the web)
macOS 26
Dropbox App Version (if using the app)
234.3.5480
Question or Issue
Recent discussions have identified an issue with the electron framework leading to significant slowdowns in Mac OS 26 (Tahoe).
You can see a good description of the problem here: https://mjtsai.com/blog/2025/09/30/electron-apps-causing-system-wide-lag-on-tahoe/
And this page offers scripts to identify apps that use the _cornerMask to draw drop shadows for windows in Electron apps (which triggers the slowdowns through WindowServer): https://gist.github.com/tkafka/e3eb63a5ec448e9be6701bfd1f1b1e58#file-detect-electron-apps-with-macos-lag-sh
I played around with he scripts and it looks like Dropbox 234.3.5480 is one of the affected Electron apps…
I'd be great to tweak the embedded framework (or use one of the newer, corrected frameworks) to eliminate the issue in Dropbox :-)