MyQSL query cache stats

Описание

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.

Скриншоты

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

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«MyQSL query cache stats» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «MyQSL query cache stats» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

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