Steps to reproduce
- Update macOS from 26.0 → 26.1
- Launch Obsidian (v1.9.14)
- Observe that Obsidian gets stuck for a long time on “Loading plugins…”
- Even after starting in restricted mode (no plugins, default theme), the UI becomes extremely sluggish
- Search does not return any results (or takes minutes to respond)
Did you follow the troubleshooting guide?
Y – Tested in restricted mode, default theme, no snippets, local vault (no Sync).
Expected result
Obsidian should open vaults normally, with responsive UI and functioning search.
Actual result
- App hangs for minutes on startup (“loading plugins”).
- Once open, any UI interaction (clicks, scrolling, switching notes) triggers seconds-long delays.
- Search index is broken — no results, even after full cache rebuild.
- Developer Tools show continuous renderer blocking with
- Recalculate style,
- Commit,
- Event: click,
- Idle callbacks.
- Performance profile shows long layout recalculation loops (6–7 seconds per cycle) with minimal JS activity.
- Disabling GPU acceleration (–disable-gpu) and clearing cache did not help.
Environment
Obsidian v1.9.14
macOS 26.1 (Apple Silicon, M4 Max)
Vault on local SSD + Obsidian Sync
Hardware acceleration: disabled (tested both)
No third-party plugins or themes active
Additional information
- Behavior started immediately after updating macOS to 26.1.
- Identical setup worked flawlessly on macOS 26.0.
- Attached: DevTools Performance trace showing repeated layout reflow spikes and near-constant renderer blocking (Recalculate style).