Also, I see that it didn’t optimized wp_options table fragmented.
-
This reply was modified 3 years, 2 months ago by
Skrlance.
Hello,
I am not sure if I understand point about Akismet. The plugin includes the Sweeper that removes all Akismet records from comments meta table.
Idea about removal of _wp_old_* records is a good one, it will be added in the next version.
As for the wp_options, the plugin can run optimization, but there is no guarantee it will work. Small tables like that one, are not always possible to optimize completly. This is limitation of the database engine (InnoDB, usually), and you should read more about the optimization sweeper from the main Sweep panel.
Regards,
Milan
Yes you are right! Issue resolved now. Thanks
Plugin version 2.1 has new sweeper for Old meta records.