Skip to content

Instantly share code, notes, and snippets.

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

  • Save DmitryBychenko/6eef330da8169b309bfae2a393f9a8d8 to your computer and use it in GitHub Desktop.

Select an option

Save DmitryBychenko/6eef330da8169b309bfae2a393f9a8d8 to your computer and use it in GitHub Desktop.
SELECT option_name, LENGTH(option_value) AS option_len
FROM wp_options
WHERE autoload = 'yes'
ORDER BY option_len DESC
LIMIT 20;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment