Maintenance Dashboard

Troubleshooting KB

Symptom, investigate, resolve, prevent - for everything that has gone wrong before.

core-web-vitals images

Slow Site – Unoptimized/Oversized Images

Waterfall shows large uncompressed image payloads, often the LCP element itself.

Read the fix
caching ttfb

Slow 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 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-count

Slow 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 performance

Slow Site – Unoptimized Database (Bloat)

wp_options/wp_postmeta tables are oversized with stale revisions, transients, or orphaned rows.

Read the fix
autoload database

Slow 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 javascript

Slow Site – Render-Blocking CSS/JS

Lighthouse/PageSpeed explicitly flags render-blocking resources delaying first paint.

Read the fix
cdn performance

Slow 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-scripts

Slow 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-admin

Slow 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
0