Why doesn't my site autosave?

I'm running wordpress, auto-installed using the optimizied a2 hosting cpanel link. I use the 2014 theme. I updated to the most recent 4.6.1 core.

It's not autosaving as described here: Wordpress Autosave.

Instead, it looks like this:

On several occasions, I've lost work. Sometimes, I get an "are you sure you want to do this" popup, and it reverts to just before the last time I clicked the "save draft" button.

I've search for an answer, but the results all talk about turning it off. I want it on.

Topic autosave Wordpress

Category Web


You are looking for the reference of auto-save in wordpress.com. I think you can have a look to your wp-config.php to see if you have a define about the auto-save interval.

When editing a post, WordPress uses Ajax to auto-save revisions to the post as you edit. You may want to increase this setting for longer delays in between auto-saves, or decrease the setting to make sure you never lose changes. The default is 60 seconds.

Editing wp-config.php

define( 'AUTOSAVE_INTERVAL', 160 ); // Seconds

If you find this line, you can remove it, and the autosave functionnalities will come back. If you use any cache plugin, you maybe need to manage its options.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.