Linux 软件免费装
Banner图

MySQL query cache stats

开发者 morisdov
更新时间 2025年1月27日 20:55
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 6.7
版权: GPLv2

标签

performance database tuning wp_options mariadb

下载

详情介绍:

Admin dashboard widget measuring and monitoring MySQL / MariaDB query cache performance & statistics - to optimize sizing configuration and highlight bottlenecks. Why Database Query for Options Autoload is repeatedly executed for each WP page load and its poor performance has been identified as a good indicator for a poorly performing database resulting in slow site. How Time Metrics 'Options Autoload Query Time' is measured in milliseconds (ms) 0 ms - great performance below one millisecond 1-2 ms - good performance 3-5 ms - OK performance 50+ ms - poor performance should be investigated Size Metrics 'Options Autoload Size' is measured in Bytes If you have the control to enable the database server wide query cache - configure query_cache_limit to be larger than Options Autoload Size 20,000 Bytes - freshly installed clean wordpress site 30,000 Bytes - small wordpress site 50,000 Bytes - medium wordpress site 250,000 Bytes - large wordpress site 2,000,000+ Bytes - too large should be investigated ( all above are rough metrics )

屏幕截图:

  • Disabled query cache stats
  • Execute database command RESET QUERY CACHE

常见问题:

This plugin improves page load performance ?

No, This plugin in itself does not improve performance by being installed, this plugin only measures time and size of database query.

This plugin improves database performance ?

No, This plugin in itself does not improve performance by being installed, an administrator should use the dashboard widget to measure, monitor and identify problems.

Must database query cache be enabled ?

No, This plugin measures time and size of a very important database query and these measurements should be valuable to an administrator whether database query cache is enabled or not.

更新日志:

1.0.4 1.0.3 1.0.2 1.0.1 1.0