Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created July 17, 2018 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/3baebc85d658d82c5dc8e865af1636cf to your computer and use it in GitHub Desktop.
Save billerickson/3baebc85d658d82c5dc8e865af1636cf to your computer and use it in GitHub Desktop.
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