Can you try the following in your wp-config.php
define( 'AUTOSAVE_INTERVAL', 3600 ); // autosave 1x per hour
define( 'WP_POST_REVISIONS', false ); // no revisions
What this would do disable auto-save and post-revisions. Try with that, if it works could be your then it could be your internet or hosting conflicts.
Related Posts:
- Does WordPress remove draft status automatically?
- What differences are there between a Privately Published post and a Draft post?
- Hook when post is set from published to draft?
- Return All Post from publish to draft [duplicate]
- How to prevent posts from being published too close to each other?
- Passing current cookies in wp_remote_get to get Draft Post Preview
- Connection lost. Saving has been disabled… (Updating Posts/Pages)
- Is it possible to Schedule Attachments in WordPress?
- Elegant way to include only published posts with get_objects_in_term()?
- Fatal error: Call to undefined function post_exists()
- WordPress plugin to publish to multiple remote WordPress blogs
- Post publish only hook?
- Publish pending article from front end with a button?
- How to add a “publish” link to the quick actions
- How to limit user to publish post per day and per role?
- When a user creates a post (pending), send a confirmation link that allows them to publish
- In what sequence are the hooks fired when a post is “published”?
- Restrict the Number of Posts an Author can Publish (over time)?
- featuring old articles without messing up with the archive
- Publish posts only after the condition is met
- Hiding by default specific post status on backend list?
- Detect Post Type when publish_post is ran
- How can I display a specific user’s first published post?
- What Can I Use To Add A Custom Button Between Publish button and Move To Trash?
- Send email to user that his post has been rejected
- Sql syntax error
- Limit number of posts a user can make per minute?
- Fatal error post.php help :(
- Don’t post or draft if post already exists
- ‘Invalid post type’ error when importing from one site to another
- Every possible way to get data (posts) from WordPress
- publish_post conflicts with save_post
- PHP Notice error (when on 404 page)
- Notification to Admin or Author upon new post [duplicate]
- How to run a function when post is edited or updated using publish post action?
- How can I create custom button in post.php
- Bulk unpublish posts between specific dates (e.g. from April 2017 and earlier)?
- Getting a 404 error when clicking edit page
- How to rename “Publish” metabox title in post screen
- White Blank Page when Updating and Publishing Page/Post
- count the total number of comments the user has received for his published posts
- Automatically Updating Publish Date Bug
- Dashboard :10 Last draft page and 10 last pending review page (metabox)
- How can I schedule a PAGE to go live at a future date/time?
- How to give capability (publish contributors posts) to author role?
- Print a message if excerpt is empty after posts have been publish/update!
- Hiding Draft Post In Admin
- Classic editor throws 403 error based on post content
- Check if checkbox is marked on publish/update post
- Decide user that can publish a post
- How to switch wordpress post status between publish and schedule in MySQL?
- Encountering “Wrong nonce. Action prohibitied.” when trying to alter User Role and unable to Post via WP Admin
- Lost draft under all posts and drafts
- Prevent scheduled post being published if date/time is past current date/time
- Calling Different Custom Post Timestamps in a table
- Copy post to separate database with “add_action(….)”
- Do action on publish or update?
- transition_post_status hook doesn’t have any POST data when publish with Gutenberg [closed]
- How do I manage my users post before publish?
- What do these phpMyAdmin errors mean on my WordPress databaes?
- do more action after I publish a post
- Assign published posts to another user automatically
- getting “Object of class WP_Post could not be converted to string” – when it is a string
- Display password protected posts to logged in users
- Stop wordpress from creating empty/null entries
- WordPress bulk category select when publishing post
- How to get the old WordPress Draft Editor view back with the Word count?
- How can I tell if a post has been published at least once?
- Send email for pending post
- Post: how to set created date after post has been published [closed]
- l accidentally permanently deleted a Draft. There’s any way I can recover it?
- Add delay to publish post
- Publish a Silent Post without updating Feed
- Preview page/post revisions without overwriting current content
- Prevent post from being published and show error
- Featured Images most often doesnt appear
- WordPress Post 403 Error Based on Slug
- How to set a Post’s default visibility to ‘Private’ in Gutenberg?
- WordPress doesn’t save or publish new posts
- Send email to user when I publish a new post
- How to publish a post if condition is met?
- WordPress get tags in “publish_post” hook
- How publish post from pending status
- Many buttons not functioning in WordPress dashboard (as admin)
- post is not showing more than 3949 words
- Bulk Post update_post_meta
- Create blog post from external source and set publication date
- How do I prevent draft posts from being accessible publicly?
- Connection dropped due to file size
- All my posts don’t show, only the headline is displayed on the homepage
- I want to send push notification just after publish a new post
- WordPress is creating a lot of draft posts
- Authentication over CURL
- How to Test a Blog Post for Update vs. Publish Status — Unique
- Get post title by Alphabet
- How to handle a post before publishing?
- I am creating a front end dashboard where I need to show all the posts by the current user. So, I need to show posts in publish
- Display draft posts on single pages [duplicate]
- How can add custom commands in post-new.php in wordpress
- Posts Page in WordPress loading bare HTML of my homepage