Simply add this to your wp-config.php
define('AUTOSAVE_INTERVAL', 600);
define ('WP_POST_REVISIONS', 0);
Done. No more database fat.
Simply add this to your wp-config.php
define('AUTOSAVE_INTERVAL', 600);
define ('WP_POST_REVISIONS', 0);
Done. No more database fat.