Open DevTools > Network tab. Reload the admin page. Check the Time to First Byte (TTFB) of the main HTML document request.
- TTFB > 1.0s: Server-side bottleneck (PHP, DB, outbound HTTP, cache misses).
- Fast TTFB, sluggish page: Client-side issue (AJAX polling, JS execution, asset blocks).