get_results($adbc_sql); foreach($result as $row){ $table_size = ($row->Data_length + $row->Index_length) / 1024; if($row->Data_free > 0){ $total_tables_to_optimize += 1; $total_lost += $row->Data_free; echo "\n"; } } if($total_lost == 0){ echo ""; } ?>
". $row->Name ." ". $row->Data_free . ' o' ."
". __('Nothing to do!','advanced-db-cleaner') ."
o'; ?>

/>

Your database is optimized!
table(s) should be optimized!
 Schedule
 Next run:
 Please note that
  • "Optimizing" reduces storage space and improves efficiency when accessing your tables.
  • Except tables listed in the table above, all your other tables are already optimized.
  • It is not necessary to run the optimization frequently, just do it from time to time.