It sounds like you are attempting to push too much data at one time. GoDaddy may be terminating the connection because of a size limit per request or the upload is taking longer than they allow (because it is so large.) In either case it is a sign the amount of data is too large.
A possible solution is breaking the upload into smaller pieces. Meaning: make some edits, push, make more edits, push. Instead of making many edits at one time and pushing them all at once.
You can also consider moving to a host that offers staging environments. In this situation you would be able to press a button and create a clone of you site (depending on the host this may or may not be accessible to the public). On this clone you would log into your WordPress dashboard, make edits the normal WordPress way, then press a button to push the changes to your live (public) website.
Related Posts:
- ZIP up all images displayed in a [gallery] and offer as download link
- Passing current cookies in wp_remote_get to get Draft Post Preview
- How can you change the ‘Insert into Post’ title in the media button?
- media_handle_upload for local files?
- How do I detach images from posts?
- Replacing all attachment links in post with media file link
- How to disable drafts?
- upload featured image from front end using wordpress add media button
- Does WordPress remove draft status automatically?
- Don’t post or draft if post already exists
- Easy way to delete 70k posts and attached media?
- What differences are there between a Privately Published post and a Draft post?
- Bulk unpublish posts between specific dates (e.g. from April 2017 and earlier)?
- Dashboard :10 Last draft page and 10 last pending review page (metabox)
- Too many connections to server
- Errors when uploading images in WP 3.5
- Hiding Draft Post In Admin
- How can I get the media inside a post?
- wp-cli post create & media import issues
- Lost draft under all posts and drafts
- Removal of Media Gallery pictures
- How can you change all past posts’ images to link to none instead of the image file?
- Automatically attach image to post if they have the same title
- How to get the last selected media alignment setting?
- WordPress Automatic Filename Changer
- Remove Featured Image & All Media Uploaded to the Post
- How to get the old WordPress Draft Editor view back with the Word count?
- Display a mixed list of posts and media
- l accidentally permanently deleted a Draft. There’s any way I can recover it?
- How to get all inline images in post content? [duplicate]
- Inserting Media to WordPress Posts
- Preview page/post revisions without overwriting current content
- Delete Post but retain image of post [WP REST API]
- Site/Post preview is not working on all social media
- unable to write to the database while uploading images
- Getting image data from phone camera (MediaDevices.getUserMedia) into user post
- Hook when post is set from published to draft?
- My posts are getting to Auto draft when I try to Publish
- Post images are not displayed in media library
- How do I prevent draft posts from being accessible publicly?
- Customizing individual images on posts
- Embed button for post screen
- Disable Media uploader to users
- How to get only current images of a post
- How to associate media with a post?
- WordPress Media URLs?
- WordPress is creating a lot of draft posts
- Bulk Attach Or Insert Media To Post Without Opening Post Editor
- How to add audio media in a post?
- How would I attach media/images to a post based on a ID stored in a each post’s custom field
- How can to use the players from the Media Widgets in the body of a post to play audio and video files
- Return All Post from publish to draft [duplicate]
- Bug with post titles [closed]
- Display draft posts on single pages [duplicate]
- Broken images after importing posts and opening in Gutenberg
- Inserting Media on New Post But Hides Previous Uploads for Editor/Contributor
- What is the proper use of guid for images in wp_posts?
- Optimize blog that serves hundred of images and videos
- Images being uploaded via WP Media are not attached even they are used by some CPT posts
- When inserting media file in a post or page, show file name under the thumbnail
- Disable WordPress’ blogging functionality and disable ‘posts’
- Trying to put an array into ‘post__in’ => array() query not working
- How to search only by post title and category?
- How do I allow users to follow a post and then allow admins to email all users who have followed that post?
- Sidebar links for different pages
- Words must be included and restricted words in new posts
- Pausing and Resuming WP_Query results
- Automatically add date to the auto generation of post slug
- the_content() Not Grabbing All Content
- Count post view when user open any post
- Custom Object Count
- Moved a website and excerpts don’t work for old posts
- Custom permalink for wordpress page / post
- How to mix pages and sub-categories in a url
- How to change Permalinks only for Blogposts
- wordpress category Description not allowed tag
- Post page still linked to old site
- Permalink structure for two separate blogs
- Header and Footer options in pages and posts
- Blog posts are not appearing as subs of Blog Page
- How to add paraent in Blog post URL in wordpress
- Best method for comment section associated with different images?
- Change permalinks in posts via SQL
- Image inside the content is replaced with featured image from my older post
- Is it safe to totally unregister the default “post” Post Type
- post loop with different design depending on post
- How to get a list of all posts and their categories?
- Change Pages to Post in Woocommerce without Plugin
- Allow users to edit post without logging in
- Only an admin can add new tags
- Show posts assigned to multiple categories in current category page
- How to display related posts from the same category?
- Display related posts that match as many similar tags as possible?
- How to manually delete post from database without causing conflicts?
- Add function to single blog post pages only
- Change the slug of post type using custom code
- Implementing Soft Delete for Bulk Actions / Empty Trash
- Mismatch between posts count and actual list in admin posts page
- Plugin or code to send out email to admin when a post is created
- How to keep prev/next nav on posts in same taxonomy