Skip to content

Instantly share code, notes, and snippets.

@DmitryBychenko
Created June 3, 2026 08:36
Show Gist options
  • Select an option

  • Save DmitryBychenko/3006c66f2fcdbfe1e193d0305f8c20e0 to your computer and use it in GitHub Desktop.

Select an option

Save DmitryBychenko/3006c66f2fcdbfe1e193d0305f8c20e0 to your computer and use it in GitHub Desktop.
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