On This Page
Storage Monitor
Overview
Storage Monitor adds a dashboard widget that shows storage usage for your WordPress site. Total storage is broken down into: Uploads, Plugins, Themes, and Database. Each category shows size and percentage with a progress bar. Useful for monitoring disk space, identifying what’s using the most storage, and planning cleanup. Data is cached for 1 hour to avoid heavy calculations on every page load. A “Refresh Data” button forces an immediate recalculation. Only visible to administrators. No configuration needed.

Features
Storage Breakdown
Visual Progress Bars
Cached for Performance
Admin Only
Preserved with Disable All Widgets
How It Works
Enable the Module
View the Dashboard

Installation & Activation
Install WP PowerSuite
Enable the Module
View the Dashboard

Use Cases
- DiskMonitoringMonitor disk usage before hitting limits
- UsageAnalysisIdentify if uploads, plugins, or database are largest
- CleanupPlanningPlan cleanup (e.g. unused media, old plugins)
- GrowthTrackingTrack growth over time (refresh periodically)
Frequently Asked Questions
Why does refresh take a long time?
Calculating directory sizes on large sites (many files) can be slow. The cache avoids this on every page load. Refresh only when you need fresh data.
Is the database size accurate?
Uses information_schema for MySQL. Approximate but typically close. Some hosting environments may restrict access—you might see 0 for database
Troubleshooting
- "Unable to calculate storage sizes"Check directory permissions. The plugin needs read access to wp-content, plugins, themes, and uploads. On some hosts, information_schema may be restricted for database size.
- Widget not showingEnsure the module is enabled. You need manage_options permission. The widget appears on the dashboard (index.php).
