Have you tried optimizing and repairing the table in your MySQL database you are running WordPress on?
Your can manually do this with phpmyadmin:
http://support.hostgator.com/articles/specialized-help/technical/how-to-optimize-a-mysql-database-using-phpmyadmin
Or you can install a WordPress plugin such as WP Database Optimizer and set a regular optimization schedule:
http://wordpress.org/extend/plugins/wp-database-optimizer/
Related Posts:
- Submiting with problems on one of the options php wprdpress
- Preserving backslashes in post_content
- PHP Warning: mysqli_query(): after updating my websites php from 5.6 to 7.2
- Category Page Displaying all Pages
- Error establishing a database connection (configuration)
- wp_update_post gives 500 internal error
- Confuse between forms and tables
- code that I can run, or a plug in to show what sql tables something pulls information from
- Adding column to wpex_users
- Unable to insert two value in two different columns (WordPress database)
- Retrieving and Displaying Data From a Table
- Split post or page content in two or more columns
- Using wpdb to connect to a different database is not working
- why not selecting multiple rows of same standard_id using SQL query from database?
- Using custom php to connect to database blocks wp from accessing galery pictures
- Display page content in different sections – based on page break block?
- Can I disable auto increment of WordPress Posts Database to utilize previously deleted records?
- Editing the term_order field
- Child and Parent Pages list of sub pages
- Updating the database after parsing CSV document
- WordPress database error only while loading page for 1st time
- Multiple WordPress sites with different theme and plugin sharing the same content
- getting the values of hidden inputs to use them in a php mysql query
- Static Page with php echo [duplicate]
- How to grab data from input and store it into custom table in database?
- custom search query database in child theme
- wp-login.php?redirect_to=https problem
- Insert data from form to database
- How to tell if a page has subpages for Custom Post Types
- loading a php file to a specific page id
- Getting page / post URL on publish and / or update
- How do I fetch a data from an external database into my wordpress homepage
- How do I fetch a data from an external database into my wordpress homepage
- Use page-templates without creating theme
- Full search and replace isn’t enough to make all pictures to be loaded with https
- How to display post_content from database in different on template page?
- Generate random access token to a post page
- Get current_post in reverse order with pagination
- How to query a staging database?
- Get meta_query value by user meta array
- Front end/Database connection in WP
- How to associate dynamic PHP page for chosen WordPress tag?
- Newbie question. Login/Registration. New PHP page
- I changed the password for the database user of my website, updated wp-config.php and wordpress asks to be reinstalled
- I want to use wordpress database in android app using json encode?
- Issue in url update when using wordpress update query
- direct query to post_meta table
- can’t delete a row from post_meta table
- Adding my own custom template page but got white page
- Child theme functions.php file change database entries
- Create a custom theme-specific page, invisible in the admin-panel?
- Accessing external database: ERR_INCOMPLETE_CHUNKED_ENCODING
- Can form entries from a WordPress form go to a database
- AJAX Not Working With WordPress Database properly
- special characters not supporting in wordpress
- How to set max users to 17.000
- Weird Behaviour: Not all WordPress Posts appearing
- Can not manually create a database ( db, user, pass ) for a plugin
- Replace content in WordPress Page after GET from php page
- List of child pages fetch next results at link click
- two wordpress sites, two themes, one database, same content
- Execute php in pages
- Insert double entry in DB
- How to fetch results from database
- Manipulate database of WordPress site with my own scripts
- Why isn’t my link attribute getting my css?
- How to map my php files as the files for pages
- Unserializeing multiple column values that are stored in one database results variable
- How to use PHP code with wordpress page
- Best way to define a database with product codes and back-end support?
- How to connect database table to each registered wordpress user.
- Problems with plugin that fetches data from database with ajax
- Check if values exists DB
- Show results for multiple page-types
- Querying multiple meta_keys in WordPress SQL query
- How to add feature image url in my template file and content as well?
- Let users register weight each day and save it in DB
- MySQL database migration to WordPress
- Display selected parts from selected pages on the frontpage?
- Host does not allow remote connection, so how do I transfer data to my WordPress site?
- Trying to post information from a remote database to wordpress page
- MySQL Engine vs. Charset
- Query specific posts per user selections from dropdown menus
- Adding Media button to only pages
- Trying to put a search page on site
- I want Page titles and excerpts to show up on home.php in certain order
- Custom query_posts() parameter
- Create an unique ID number after submit form
- ACF: Echo page title when checkbox is checked
- How to print array of specific item
- Fetching wpdb data from a php file seems to break?
- Create a custom page URL
- How to refresh a template page on WordPress in 3 seconds – easiest method?
- Hide page title
- How to check if a value exists in one of two database tables
- WordPress post-template null warnings
- Failed PHP 8.0 Upgrade
- Function wpdb::prepare was called incorrectly. The query argument of wpdb::prepare() must have a placeholder
- Custom theme on multisite has issues with standard loop output
- How to improve the performance when using a flat-file dataset and PHP for implementing advanced search function?