
Yoast SEO plugin leaves a lot of bloat in WP options when it attempts to lessen server load by caching sitemap generation. Running this query: delete FROM wp_options WHERE option_name rlike ‘wpseo_sitemap_[0-9]*_cache_validator’ gets rid of that bloat from Wp Options.
You must log in to post a comment.