Skip to content

Instantly share code, notes, and snippets.

@mommaroodles
Last active December 9, 2024 15:40
Show Gist options
  • Save mommaroodles/2c92a84e04b072bbfe310e660c8180ea to your computer and use it in GitHub Desktop.
Save mommaroodles/2c92a84e04b072bbfe310e660c8180ea to your computer and use it in GitHub Desktop.
mySQL - Check autoload size in wp_options table
SELECT SUM(LENGTH(option_value)) as autoload_size FROM wp_options WHERE autoload='yes';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment