LockDown Browser Slow on Mac (Diagnostic Ladder)

"LDB feels slow" is subjective; the diagnostic ladder covers what actually causes slowness on Mac: Intel-build via Rosetta (most common), real-time AV scanning, cloud sync polling, RAM pressure on 8 GB Macs, and slow network for LMS round-trips. Below: how to diagnose each.

Common "slow" symptoms

Causes ranked by frequency

  1. Intel build via Rosetta on Apple Silicon (~28%) - corrupted install or legacy 1.x.
  2. Real-time AV scanning Monitor frames (~22%) - adds 100-300ms per write.
  3. Cloud sync (Dropbox/OneDrive/Google Drive) polling (~16%) - 5-15s freeze events.
  4. 8 GB Mac under memory pressure (~12%) - swap-induced slowness.
  5. Slow / unstable Wi-Fi (~10%) - LMS round-trips delayed.
  6. Older Intel Mac (~8%) - fundamentally slower than Apple Silicon.
  7. 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:

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:

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

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.