performance
ttfb
Slow Site – High TTFB / Slow Server Response
Time to First Byte is high even on a cached page - points at server/hosting rather than front-end weight.
Read the fix performance plugin-bloat query-countSlow Site – Bloated Plugin Count / Heavy Plugins Running on Every Page
Query Monitor or similar shows dozens of plugins loading assets/queries on pages that don't need them.
Read the fix database database-bloat performanceSlow Site – Unoptimized Database (Bloat)
wp_options/wp_postmeta tables are oversized with stale revisions, transients, or orphaned rows.
Read the fix cdn performanceSlow Site – No CDN Configured for Static Assets
All assets serve from origin; visitors far from the server see high latency on images/CSS/JS.
Read the fix performance third-party-scriptsSlow Site – Heavy Third-Party Scripts (Ads, Fonts, Trackers)
Waterfall shows significant time spent on external domains (ad networks, web fonts, analytics/tag managers).
Read the fix autoload cron performance wp-adminSlow wp-admin – Dashboard Sluggish for Logged-In Users
The front end is acceptably fast because it is cached, but wp-admin pages take many seconds to load for editors…
Read the fix