Disable Auto Save in WordPress
WordPress’s Autosave feature is available for both Pages and Posts, and can be extreemly inconvenient when you are debugging your website. It can also create addtional loads on your server.
To disable this feature simply search your wordpress directory for: wp_enqueue_script('autosave')
Replace if with: // wp_enqueue_script('autosave')