Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54221, comment 10


Ignore:
Timestamp:
11/04/2021 05:38:08 PM (4 years ago)
Author:
vsamoletov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54221, comment 10

    initial v1  
    66
    77mysql> 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{{{
    810+---------------------------------------------------------------+---------------------+
    911| option_name                                                   | option_value_length |
    1012+---------------------------------------------------------------+---------------------+
    1113| _transient_dirsize_cache                                      |              515393 |
     14}}}
     15
    1216
    1317