Disable Auto Saving and Post Revisions with Wordpress
Simply add this to your wp-config.php
define('AUTOSAVE_INTERVAL', 600);
define ('WP_POST_REVISIONS', 0);
Done. No more database fat. Almost like it's on acai now.
There are currently no comments.
Leave a Reply