Last active
December 9, 2024 15:40
-
-
Save mommaroodles/2c92a84e04b072bbfe310e660c8180ea to your computer and use it in GitHub Desktop.
mySQL - Check autoload size in wp_options table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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