If your entire page fits in the 4GB LONGTEXT
post content field, the limit to the number of pages would be related to the amount of RAM available on your server. When a multipage post is loaded, it is exploded on <!--nextpage-->
to put your post into an array of individual pages, so at that point your single page load is consuming at least twice the total size of the post. If that exceeds the available RAM, PHP will throw a fatal error and execution will halt.
Related Posts:
- Get posts and include taxonomy term
- Is it possible to modify posts table to only read for more recent ones?
- Maximum number of posts per page before affecting performance?
- What effect can a large wp_post table have on overall site performance?
- When is the ‘post_content_filtered’ column in database cleared by WordPress?
- Can posts have parents?
- Where is the old post permalink slug stored?
- Separate Database Tables For Different Post Types
- Custom Post Types, slug, archive and SEO plugins
- How can I safely increase the character limit for post passwords?
- How to Group Posts by the First Letter or Number?
- Restore contents of deleted user
- How are terms connected with posts in database?
- Moving WordPress to new server: no posts found
- I have over 4000 posts, will querying some of them cause performance issues?
- Custom Taxonomies Incorrectly Counting Revisions?
- How to allow slashes in single posts when i click in the edit permalink button
- database columns: post_title vs post_name
- Sanitizing `wp_editor();` Values for Database, Edit, and Display
- Exporting Data from WordPress into a flat table
- Insert posts in two tables
- Instead of submiting an entire post, is there any way to submit a lite-post or a simple message?
- Importing New Posts from Live Site into Local Dev Site
- Is 30 posts/sec considered slow for wp_delete_post?
- Manually removing revision post types
- How much of my site can I recover from public_html?
- Reset/Reorder posts ID in the MySQL wp_posts table
- How to store an extra (surrogate) ID when creating a post with wp_insert_post?
- Multiple social buttons with a fast loading? [closed]
- How do I find which articles are missing a featured image in The WordPress database?
- Improving WP_Query for performance when random posts are ordered
- Split WP_POST table based on post types
- Most recent post from another database
- What structure should post_content have in the database?
- Multiples Empty Posts were created and cannot delete them
- Replace ‘published on date’ with ‘modified on date’ on Posts
- How to delete all the content of a wordpress site without deleting the Post and pages?
- Removing rel=”nofollow” from links posted in Post Content
- Extracting post categories
- How to modify post content?
- After database migration, posts not showing up in dashboard
- Transferring WordPress Database – Serialised data
- Emojis replaced by ‘?’ automatically
- Is Hfeed class for all pages needed
- WordPress Local And Live Site
- WP Admin register taxonomy and post type performance
- Can’t update old posts 3.5.2
- Copy post to separate database with “add_action(….)”
- When open add new post or page WordPress add post with ID=0 continuously [closed]
- wp_posts table: safely remove unused columns to save database storage
- Anyone know why wordpress converts some html entities to their numeric equivalents?
- Remove a shortcode from all WordPress posts
- What do these phpMyAdmin errors mean on my WordPress databaes?
- What happens if I delete all the rows that represents a post revision from the posts table into WordPress database?
- why there are so many posts whoes post_type is revision? will these records waste too much database space?
- Delete all drafts?
- Is it possible to use WP_Query to only pull posts with attachments?
- Is there any upper limit for the number of posts that can be created with wordpress
- Why my wp_posts data is so huge?
- Add field to user meta table in database when link is clicked
- How safe is it to delete old posts edits to save database space?
- Fast publishing in wordpress
- Benefits to using semantic HTML in post content? [closed]
- Delete post revisions only for a single post
- Move posts from a non-wordpress site to wordpress
- wp_posts table extremely large
- How to Assign / Move all Deleted post to a category
- Display post number by category
- Saving Post Data in Another Database
- Restore woocommerce orders
- How to select particular month post from table and update the post status using MySQL?
- Update field in database for users
- Problem with articles feed: XML Parsing Error: XML or text declaration not at start of entity
- Import custom database into wp and keep the post id
- why the posts queried from sql is more than those showed on the page?
- Can Permalink structure of %postname%/%post_id% improve performance
- Moved to a new server, backup was a day old and missing 3 posts, anyway to recover them from old host?
- Is there a function to get post info for any publish_status by post ID?
- Will multiple category descriptions effect my search engine optimization?
- Your ideas on my though “delete or move all of the posts in a specific category when 3 days are passed”
- How Can I Always Display A Particular Post First Using WP_Query?
- Help on conditional statement to accompany wp_insert_post function please?
- How can I globally italicize list of texts in the UI database or Posts? [closed]
- Check if almost 10 year old – working code is up to date
- Menu Items disappearing/being empty on save or post edit
- My website is showing today’s date instead of published date since db migration to a new wordpress
- How to setup default value of post_id
- Google indexing duplicate page content with Page #### in post title and /page-2 in permalink instead of the ones I set
- Prevent a post with a specific ID from being created
- Bulk find & replace on WordPress posts/pages (minus image paths)
- Reusing old post IDs
- Trigger on DB make problem on wordpress?
- Comments are in database, don’t show up in WordPress backend or frontend
- Is there a way to save different data when USER interacts with the same POST?
- How can I stop ‘in use’ message from intermittently blocking my wp_posts table?
- More Than 50K Categories and WordPress Admin Panel Stop Showing Categories and Posts
- how i show manual data in a post
- Clean up customize_changeset in DB
- How do I get a certain set of posts from the database?
- Delete 100+ posts or media files from wordpress faster than default?