Changeset 2982947
- Timestamp:
- 10/24/2023 09:49:50 AM (2 years ago)
- Location:
- mysql-query-cache-stats
- Files:
-
- 3 edited
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mysql-query-cache-stats/trunk/readme.txt
r2982487 r2982947 15 15 16 16 = Why = 17 Database 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 pe forming database resulting in slow site.17 Database 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 performing database resulting in slow site. 18 18 19 19 = How = … … 28 28 29 29 'Options Autoload Query Time' is measured in milliseconds (ms) 30 *0 ms - great performance below one millisecond31 *1-2 ms - good performance32 *3-5 ms - OK performance33 *50+ ms - poor performance should be investigated30 0 ms - great performance below one millisecond 31 1-2 ms - good performance 32 3-5 ms - OK performance 33 50+ ms - poor performance should be investigated 34 34 35 35 = Size Metrics = … … 37 37 'Options Autoload Size' is measured in Bytes 38 38 If you have the control to enable the database server wide query cache - configure query_cache_limit to be larger than `Options Autoload Size` 39 *20,000 Bytes - freshly installed clean wordpress site40 *30,000 Bytes - small wordpress site41 *50,000 Bytes - medium wordpress site42 *250,000 Bytes - large wordpress site43 *2,000,000+ Bytes - too large should be investigated39 20,000 Bytes - freshly installed clean wordpress site 40 30,000 Bytes - small wordpress site 41 50,000 Bytes - medium wordpress site 42 250,000 Bytes - large wordpress site 43 2,000,000+ Bytes - too large should be investigated 44 44 ( `all above are rough metrics` ) 45 45
Note: See TracChangeset
for help on using the changeset viewer.