Xponent Docs

The manual for your managed site.

Docs Category: Database & Storage

Database Bloat: Thresholds & Cleanup

Last Updated: August 31, 2026

Overview Most WordPress databases sit comfortably under 100 MB. When a database passes 250 MB, bloat starts affecting performance: slower queries, slower backups, slower admin. Above 500 MB on a normal site there is almost always a specific cause (runaway logs, oversized revisions, a data-hungry plugin), not just day-to-day growth. The Alert DB_BLOAT (warning): database...

Stalled Backup Bloat: Cleanup & Off-Site Storage

Last Updated: August 31, 2026

Overview Large backup files inside wp-content are almost always stalled or abandoned backups: leftovers that consume disk space and can hurt server performance. They also pose a quiet risk: a stale archive looks current and gets mistakenly trusted in a disaster. The Alert BACKUP_BLOAT (warning): large backup files detected within wp-content. How Backups End Up...