While you are working in a post/article, you must have noticed that WordPress autosaves the article for you, so in case you get disconnected you don’t loose your article. Also it can be annoying for some folks, if its doing it too often. Though you can change the autosave time interval with this simple trick.

Procedure:

Note: Do take backup of the file you try this.

01. Place the below in your wp-config.php file which can be located in your FTP:

# Autosave interval set to 300 seconds #
define('AUTOSAVE_INTERVAL', 300);


This concludes this simple and useful tutorial. Hope you like it.