Log in Sign up
Discussion WordPress

Best way to clean up 'wp_options' autoload data?

Sarah Designer
Sarah Designer
0 reputation
3 weeks ago 105 views 3 replies
I've been researching this for a while but would love to hear your experiences.

Question: Best way to clean up 'wp_options' autoload data?

3 Replies

Sophie Shopper
Sophie Shopper · 3 weeks ago
Don't delete rows unless you know the plugin they belong to is uninstalled.
Chris Theme
Chris Theme · 3 weeks ago
Identify large rows: `SELECT * FROM wp_options WHERE autoload = 'yes' ORDER BY length(option_value) DESC;`.
Mike SEO
Mike SEO · 3 weeks ago
Transient data often gets stuck. Use a transient cleaner plugin.

You must be logged in to reply.

Log In to Reply