Some people have been having a problem with the Divi Builder throwing an error when you load a page. I says Divi Builder Timeout and to disable the plugins to see if you could figure out what was causing the problem.
If that doesn't help you could try adding the following to the bottom of your .htaccess file
<IfModule mod_substitute.c>
SubstituteMaxLineLength 20M
</IfModule>
0 Comments