WP-Optimize はデータベースを最適化してくれる WordPress のプラグインです。
記事のリビジョンや不要なコメントなども削除でき、予約も可能。

WP-Optimize – Cache, Clean, Compress.
Boost your site's speed and performance through caching. Clean the database, compress images and cache your site for higher speed & SEO.
バックアップを取ってから削除します
データベースの削除
- wp_tm_taskmeta
- wp_tm_tasks
wp_optionsテーブル
- updraft_task_manager_dbversion
ファイル
WP-Optimize は画像フォルダーにプラグインの情報がずらっと記載されたファイル「wpo-plugins-tables-list.json」を生成し、削除しても残るので削除しておくと良いです。
/wp-content/uploads/wpo-plugins-tables-list.json
このファイルを見られたからといって、何か問題が生じることはないですが(たぶん)
WP-Optimize を使っていて気になる場合は function.php に次のコードを追記します。
add_filter( 'wpo_update_plugin_json', '__return_false' );