Plugin Directory

Changeset 2982469


Ignore:
Timestamp:
10/23/2023 08:32:00 AM (2 years ago)
Author:
morisdov
Message:

readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mysql-query-cache-stats/trunk/readme.txt

    r2982465 r2982469  
    1414Admin dashboard widget measuring and monitoring MySQL / MariaDB [query cache](https://mariadb.com/resources/blog/flexible-mariadb-server-query-cache  "MariaDB Query Cache") performance & statistics - to optimize sizing configuration and highlight bottlenecks.
    1515
    16 ** Why **
     16= Why =
    1717Database Query for [Options Autoload](https://kinsta.com/knowledgebase/wp-options-autoloaded-data/#what-is-the-wp_options-table "What is the wp_options table") is repeatedly executed for each WP page load and its poor performance has been identified as a good indicator for a poorly peforming database resulting in slow site.
    1818
    19 ** How **
     19= How =
    2020* Use dashboard widget to measure and monitor `Options Autoload Query Time`
    2121* Use dashboard widget to measure and monitor `Options Autoload Query Size`
     
    2525Poorly written plugins causing WP performance degradation have been found to constantly increase this query result size.
    2626
    27 ** Time Metrics **
     27= Time Metrics =
    2828
    29 `Options Autoload Query Time` is measured in milliseconds (ms)
     29'Options Autoload Query Time' is measured in milliseconds (ms)
    3030* 0 ms - great performance below one millisecond
    3131* 1-2 ms - good performance
     
    3333* 50+ ms - poor performance should be investigated
    3434
    35 ** Size Metrics **
     35= Size Metrics =
    3636
    37 `Options Autoload Size` is measured in Bytes
     37'Options Autoload Size' is measured in Bytes
    3838If you have the control to enable the database server wide query cache - configure query_cache_limit to be larger than `Options Autoload Size`
    3939* 20,000 Bytes - freshly installed clean wordpress site
Note: See TracChangeset for help on using the changeset viewer.