• Firs of all thanks for the useful plugin , wordpress has a bad habit , if your blog receive Lots of spam
    wp_commentmeta table’s size increase very quickly and wp-bloggers can’t realize it ,
    I must use the following command every month to decrease the wp_commentmeta table normal size

    DELETE FROM wp_commentmeta WHERE comment_id
    NOT IN (
    SELECT comment_id
    FROM wp_comments
    )

    Could you please add this command to your plugin , Thank you

    https://www.ads-software.com/plugins/wp-optimize/

  • The topic ‘A new feature request’ is closed to new replies.