Slow Site – Unoptimized/Oversized Images
Waterfall shows large uncompressed image payloads, often the LCP element itself.
Read the fix caching ttfbSlow Site – No Page Caching Configured
Every request re-renders PHP/DB from scratch; no cache plugin or server-level cache is active.
Read the fix performance ttfbSlow 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 autoload databaseSlow Site – Autoloaded Options Size Excessive
Sum of autoloaded wp_options rows is several MB+, adding overhead to every single page load.
Read the fix core-web-vitals css javascriptSlow Site – Render-Blocking CSS/JS
Lighthouse/PageSpeed explicitly flags render-blocking resources delaying first paint.
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