Home
/
WordPress
/
Themes
/
Why do I get Divi builder timeout warning?

Why do I get Divi builder timeout warning?

The problem can be experienced if you are using the Divi WordPress theme. If you try and edit a post or a page on your website using the Divi or Visual builder you might see a pop-up named “Divi Builder Timeout” that prevents you from using the editor.

The cause of the problem is that the Divi builder is reaching a certain limit applied to the Apache service. To resolve the issue that particular limit needs to be raised. To do that, add the following lines in the website’s .htaccess file:

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

You can edit the file via SSH, FTP, or by using the File Manager tool in Site Tools.

Share This Article