Skip to content

Instantly share code, notes, and snippets.

@billerickson
Last active December 15, 2016 14:57
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/272a0ee1f4a1e01f9de96751e89431de to your computer and use it in GitHub Desktop.
Save billerickson/272a0ee1f4a1e01f9de96751e89431de to your computer and use it in GitHub Desktop.
# Find large options
SELECT LENGTH(option_value),option_name FROM wp_options WHERE autoload='yes' ORDER BY length(option_value) DESC LIMIT 20;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment