Disable Gutenberg Autosave
Disable Gutenberg Autosave
Description
By activating this plugin autosave feature in the Gutenberg editor will be disabled. Alternatively it also provides options in the editor to select a different autosave interval time than the default 60 seconds.
The block editor will still use local autosave that saves a copy of the edited post to your local storage and allows you to restore it if you happened to navigate away without saving. This plugin prevents the editor from making periodic requests to “*/autosaves” REST endpoint, which disables the “Update” button of the editor, typically at the exact moment you’re trying to click it.
Reviews
Brilliant!
By Duncan (duncan1967) on September 16, 2025
Finally, something that disables Gutenberg autosave! All those sites saying to define the autosave interval in wp-config.php or to disable it by dequeuing this and that, alas they don't work. Those settings relate to the classic editor. You can use Chrome Development Tools - Network - Filter: Fetch/XHR to see they don't work, but this lovely plugin does! Really appreciate the work on this one, thanks!
Get rid of slow Gutenberg
By Saeed Shahryar (s77sh) on July 19, 2022
Does not work for autosave on preview
By richardstam on February 24, 2021
Perfecta
By thejosetree on February 14, 2019
Good job !
By 7est on February 7, 2019
Plug-in saves Gutenberg single-handedly
By kato on February 5, 2019
Work Great!
By Boat (boatkung) on January 17, 2019
Works great on 5.0.2
By companyjuice on January 5, 2019
Doesn't work
By chenz2 on October 17, 2018
It was what bothered me the most
By Tr3s (tuca_reis) on September 10, 2018
Changelog
1.0.15
- Added a donate link on the plugin page – supporters get a 50% off coupon for my brand new WordPress theme.
- Update
@wordpress/*packages. - Tested with Gutenberg 21.7.0.
1.0.14
- WP 6.8.
1.0.13
- Replace deprecated
PluginSidebarMoreMenuItemandPluginSidebarcomponents. - Update
@wordpress/*packages.
1.0.12
- Update
@wordpress/*packages. - Test with WordPress 6.5.
- Removed
srcdirectory. - Added GitHub link for source.
1.0.11
- Update
@wordpress/*packages. - Test with WordPress 6.0.
1.0.10
- Fix first autosave using default interval.
- Mark (WordPress) default autosave interval as 1 min not 10 sec.
- Add button to trigger autosave.
- Add editor status section.
- Fix variable typo.
- Test with WordPress 5.8.
- Use
@wordpress/scriptsfor building.
1.0.9
- Test with WordPress 5.6.
- Add screenshots.
1.0.8
- Update interval REST route permissions.
1.0.7
- Remove
.minfrom main script file name. - Remove
file_existscheck from plugin asset loading.
1.0.6
- Remove
load_plugin_textdomain. - Rename compiled script to same as source script.
- Remove path from
wp_set_script_translations. - Remove
.potfile andlanguagesdir. - Use
wp.i18n.__directly. - Add textdomain to plugin docblock.
1.0.5
- Use
wp_set_script_translations. - Use
wp.element.Fragmentinstead ofReact.Fragment.
1.0.4
- Don’t use inline if.
1.0.3
- Don’t use WordPress 5.0 locale function when not available.
1.0.2
- Use WordPress 5.0 locale function.
1.0.1
- Update slug and textdomain.
1.0.0
- Initial release.

