Changes between Initial Version and Version 1 of Ticket #54221, comment 10
- Timestamp:
- 11/04/2021 05:38:08 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54221, comment 10
initial v1 6 6 7 7 mysql> SELECT option_name, length(option_value) AS option_value_length FROM wp_options WHERE autoload='yes' ORDER BY option_value_length DESC LIMIT 200; 8 9 {{{ 8 10 +---------------------------------------------------------------+---------------------+ 9 11 | option_name | option_value_length | 10 12 +---------------------------------------------------------------+---------------------+ 11 13 | _transient_dirsize_cache | 515393 | 14 }}} 15 12 16 13 17