A way i found to clean the Database
-
Found a way to clean the huge database created by this plugin. The DB on a basic spammed site was > 500Mb before and around 2.5MB now …
First you go in PHPmyadmin in WP_POSTS table and delete all the post of the type called elementor_cf_db. ( It was 8888 entries in my case)
Then you install WP-optimize plugin and clean the WP_POSTs_META table from orphaned content.
Finally you run “optimize the table” ( first task in wp-optimize)
And you should be fine…
- The topic ‘A way i found to clean the Database’ is closed to new replies.