Created
June 3, 2026 08:36
-
-
Save DmitryBychenko/3006c66f2fcdbfe1e193d0305f8c20e0 to your computer and use it in GitHub Desktop.
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)) / 1024 AS size_in_kb | |
| FROM wp_options | |
| WHERE autoload = 'yes'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment