| 开发者 | aparimitlabs |
|---|---|
| 更新时间 | 2026年9月3日 02:49 |
| PHP版本: | 8.2 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
aparimitlabs-database-metrics folder to /wp-content/plugins/, or install directly via Plugins > Add New in WordPress.WordPress loads every autoload=yes option in wp_options into memory on every single page request. When autoload size grows beyond 800 KB (often caused by uninstalled plugins or large options), site loading times and server memory consumption spike dramatically. This plugin alerts you before it slows down your site.
Yes. Transients are temporary cached data (such as temporary API responses or expired session caches). Deleting expired transients safely reclaims database storage without affecting your site content, posts, pages, users, or settings.
By identifying slow database queries, alerting on bloated wp_options autoload size, and purging expired transients, you reduce database execution latency and memory usage on every page load.
Yes! It is fully compatible with WooCommerce, object cache plugins (Redis/Memcached), and page caching plugins.
No. Aparimitlabs Database Metrics is designed with a zero-footprint philosophy. It only executes analysis when you open the tools page in the dashboard.