Descrição
Admin dashboard widget monitoring of query cache performance statistics – to optimize sizing configuration and highlight bottlenecks.
Query for ‘Options Autoload Size’ is freshly executed on each page load and its result size increases constantly over time and is closely related to the amount of data plugins save.
Heavy plugins might increase very significantly this query result size.
Poorly written plugins have been found to constantly increase this query result size.
Oversized ‘Options Autoload Size’ result is a top factor in slow wordpress sites and the potential cause of sudden performance degradation.
Monitor ‘Options Autoload Size’ fits into both ‘Query_cache_size’ and ‘Query_cache_limit’.
Monitor when ‘Qcache_lowmem_prunes’ occur.
Imagens de tela
Avaliações
Não existem avaliações para esse plugin.
Colaboradores e desenvolvedores
“MyQSL query cache stats” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir “MyQSL query cache stats” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
1.0.3
- Added wp_options Autoload Size
1.0.2
- Added Database Size
- Added Refresh button
1.0.1
- Added Questions, removed Queries
Query cache does not cache statements executed within stored programs.
Queries differs from Questions in that it also counts statements executed within stored programs.
Questions differs from Queries in that it doesn’t count statements executed within stored programs. - Added widget button RESET QUERY CACHE
Execute database command RESET QUERY CACHE.
1.0
- First release