Skip to content

Instantly share code, notes, and snippets.

@kosarlukascz
Created December 13, 2022 09:46
Show Gist options
  • Save kosarlukascz/e04e80ced24bd3a7a40e34aca4584cfc to your computer and use it in GitHub Desktop.
Save kosarlukascz/e04e80ced24bd3a7a40e34aca4584cfc to your computer and use it in GitHub Desktop.
show large wp_option
SELECT option_name, length(option_value) AS option_value_length FROM wp_options WHERE autoload='yes' ORDER BY option_value_length DESC LIMIT 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment