Sometimes Divi will break and throw up errors. The Divi builder timeout warning might happen on your Divi site after you make theme or plugin updates or seemingly, whenever it likes. The good news is that to solve the problems, it is usually just a case of changing a few settings in your website hosting to make sure that Divi is able to get the resources it needs to run properly and without producing error warnings.

The Divi builder may timeout and give you a pop-up error warning

 

Divi Builder Timeout

If you are seeing the builder timeout warning above asking you reload the builder, then you may need to edit some of the settings associated with your hosting. You can try each of the steps below to try and fix the Divi Builder timeout (and other Divi errors) and get back to producing great Divi websites again. If you are unsure about how to make these changes you should contact your website host tech support directly.

With Divi version 3.20 ( updated 03-07-2019 ) you can easily check your Support Center to see what issues there may be with your site. The System Status area will let you know if your PHP version and variables are set correctly and you can enable Safe Mode to check if your Builder Timeout issues are caused by a 3rd party plugin conflict.

divi system status

If your System Status area is showing that your server settings are incorrect you can follow the steps below to fix the builder timeouts you are experiencing.

1. Update your PHP version to 7.2+

divi builder php settings

Elegant Themes recommend PHP version 7.2 or higher for the best Divi experience (and no builder timeout errors).

You may need to change your PHP version from that set as default in your hosting plan. I am currently running PHP version 7.2.14 on Divi Theme Examples and all seems to work correctly with no builder timeout errors. If you have access to your cPanel you will be able to edit the PHP version yourself by going to your PHP Version Manager. You may need to test different versions of 7+ as some have caused issues for me in the past.

If you do not have access to cPanel, or are afraid you will break something then just contact your host and ask them to edit the PHP version for you.

2. Increase your PHP limits

pgp variables manager

You can view your settings by going to the Divi Help & Support Center in your dashboard. Go to Divi > Support Center and your website settings will be shown in the System Status area, with a warning for any that are set too low.

Some hosts will allow you to edit the PHP limits via your cPanel. For Siteground users, we can go to cPanel and click on PHP Variables Manager, select which folders to edit and then change all associated PHP variables (as shown in the image above).

If you do not have access to cPanel, PHP Variables Manager, or are afraid you will break something you should contact your host directly and ask for the PHP limits to be increased. You should ask for the following settings.

  • memory_limit – 128M or higher
  • post_max_size – 64M or higher
  • max_execution_time – 180 or higher
  • upload_max_filesize –  64M or higher
  • max_input_time – 180  or higher
  • max_input_vars – 3000 higher

3. Increase your server Apache limits

Add the following code into your .htaccess file in your WordPress root directory to stop the builder hitting server limits.

<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
 

General fixes when the Divi Builder is giving you error messages

Below are a few general maintenance tasks I always check if there are any errors or bugs when I am using Divi.

1. Make sure Divi is updated to the latest version

When Divi bugs are found with an update, Elegant Themes are usually very fast in releasing updates to fix the problems, so check you are up to date as the fix may already be available from Elegant Themes. You can view the Divi Changelog to know exactly what version of Divi is the most current.

2. Clear all your caches

A solution that has often fixed Divi builder problems for me after an update is to make sure Divi and all other caches have been cleared. Make sure you have cleared any plugin caches (WP Supercache etc), your CDN (such as activating developer mode in Cloudflare or purging cache), and then your browser cache. Sometimes I need to redo them all to get things working again.

3. Clear local storage using Chrome Dev Tools

You can also try this method which was posted in 1 of the Divi FB groups and seems to work for many

1. When on the page with the issue open Chrome Developer Tools (f12)
2. Select the Application tab > Clear storage > Click Clear site data button at the bottom (*this will log you out of your site)
3. Log back into the site and cross your fingers!

Which Divi builder timeout fix worked for you?

Let us know what worked and what didn’t. There are so many variables to consider when something goes wrong, but hopeful,ly these tips will help fix a few of your builder errors. Good luck!

5 1 vote
Article Rating