LockDown Browser Slow on Mac (Diagnostic Ladder)
Common "slow" symptoms
- Beach ball when transitioning between exam questions.
- Typed essay text appears with delay.
- Webcam preview shows lag.
- Submit click takes >5 seconds to register.
- Image-heavy questions take long to load.
Causes ranked by frequency
- Intel build via Rosetta on Apple Silicon (~28%) - corrupted install or legacy 1.x.
- Real-time AV scanning Monitor frames (~22%) - adds 100-300ms per write.
- Cloud sync (Dropbox/OneDrive/Google Drive) polling (~16%) - 5-15s freeze events.
- 8 GB Mac under memory pressure (~12%) - swap-induced slowness.
- Slow / unstable Wi-Fi (~10%) - LMS round-trips delayed.
- Older Intel Mac (~8%) - fundamentally slower than Apple Silicon.
- Other (4%): kernel extension issues, beta macOS, hardware degradation.
Fix 1 - Verify native arm64
Activity Monitor → "Kind" column for LockDown Browser. "Apple" = native; "Intel" on Apple Silicon = Rosetta.
If Intel, reinstall fresh from your LMS (procedure in Rosetta page).
Fix 2 - Pause AV
Most common cause of LDB-specific slowness. Pause Malwarebytes / Bitdefender / Sophos / Norton for the exam window.
Fix 3 - Quit cloud sync
Dropbox + OneDrive + Google Drive → quit each. See cloud sync page.
Fix 4 - Free RAM (8 GB Macs)
Activity Monitor → Memory tab. Quit anything > 50 MB resident that isn't macOS system. Reboot if memory pressure was already yellow/red.
Fix 5 - Test network
curl -I -w "%{time_total}\n" https://www.respondus.com
If >500ms, network is the bottleneck. Switch to wired Ethernet via USB-C dongle, or move closer to your Wi-Fi router.
Fix 6 - Disable visual effects
System Settings → Accessibility:
- Reduce Motion → on (turns off animations system-wide).
- Reduce Transparency → on (less GPU work).
Marginal but free.
Fix 7 - Restart your Mac
Resolves stuck processes, kernel-level handles, and TCC database lock. Especially helpful if your Mac has been on for a week+.
Fix 8 - Older Intel Mac specific
If you're on a 2018-2019 Intel MacBook, slowness is partly fundamental:
- Intel chips are ~2-3× less efficient than M-series for the LDB workload.
- Battery drain is ~50% higher.
- Older Intel Macs nearing end-of-support get slower with each macOS update.
Mitigation: keep macOS updated; update LDB; quit aggressively before exams. The fundamental slowness vs M-series cannot be fully closed.
"Slow" that's actually expected
- Init phase (0-15 seconds after launch): webcam check + blacklist scan. CPU spike to 30-80%, "slow" feel briefly.
- Page transitions (every Next click): ~200-500ms render. Normal.
- Tahoe + M4 Pro/Max: 8-15s slower init. Vendor-acknowledged. Not "your Mac is slow"; it's a known LDB 2.1.5.01 issue.
Frequently asked questions
Is "slow" the same as "frozen"?
No. Frozen = unresponsive entirely (force-quit needed). Slow = working but sluggish. Different diagnostic paths.
Does macOS version affect LDB speed?
Marginally - Sequoia 15.4 is fractionally faster than Sonoma 14.6 for LDB. Tahoe 26 has the M4 Pro/Max slow-init regression. Sonoma is the most stable performance baseline as of 2026.
Should I upgrade my Mac if LDB is slow?
Only if Mac is > 4 years old or has 8 GB RAM. Modern Apple Silicon Macs handle LDB without slowness; if yours doesn't, the cause is software (AV, cloud sync) not hardware.