• Resolved fabrixx2

    (@fabrixx2)


    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 3 years, 10 months ago by fabrixx2.
    • This topic was modified 3 years, 10 months ago by fabrixx2.
Viewing 1 replies (of 1 total)
  • Plugin Author JoomUnited

    (@joomunited)

    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.