Title: database cleaning
Last modified: May 19, 2021

---

# database cleaning

 *  Resolved [fabrixx2](https://wordpress.org/support/users/fabrixx2/)
 * (@fabrixx2)
 * [5 years ago](https://wordpress.org/support/topic/database-cleaning-4/)
 * I’m tryng to clean unused wp_options from my database and command:
 * `SELECT option_name, length(option_value) AS option_value_length FROM wp_options
   WHERE autoload='yes' ORDER BY option_value_length DESC LIMIT 40;`
 * Give me tons of this type of options in **autoload** refear to wpmetaseo plugin:
 *  `wpmsga_cache_qr7_3689162800 8621
    wpmsga_cache_qr2_2657379885 7672 wpmsga_cache_qr2_3939555748
   7632 wpmsga_cache_qr5_1885560804`
 * Is that options important or slowing my site only?
 * Thanks
    -  This topic was modified 5 years ago by [fabrixx2](https://wordpress.org/support/users/fabrixx2/).
    -  This topic was modified 5 years ago by [fabrixx2](https://wordpress.org/support/users/fabrixx2/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [JoomUnited](https://wordpress.org/support/users/joomunited/)
 * (@joomunited)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/database-cleaning-4/#post-14627033)
 * Hi,
 * Absolutely not, it won’t slow down your website, we’ll include an auto cleanup
   feature to avoid that.
 * Cheers,

Viewing 1 replies (of 1 total)

The topic ‘database cleaning’ is closed to new replies.

 * ![](https://ps.w.org/wp-meta-seo/assets/icon-256x256.png?rev=1900542)
 * [WP Meta SEO](https://wordpress.org/plugins/wp-meta-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-meta-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-meta-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-meta-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-meta-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-meta-seo/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [JoomUnited](https://wordpress.org/support/users/joomunited/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/database-cleaning-4/#post-14627033)
 * Status: resolved