Divi recommended configuration for server and hosting environment

UPDATED: 2020

Every WordPress installation, theme, plugin has its own requirements on server resources. Divi is both theme and plugin in a sense, a collection of an enormous amount of PHP code that works with many files at once and consumes memory accordingly to its size.

Minimum hosting environment recommendations for Divi

According to Divi Help & Support Center

PHP Version

Recommended: Latest, PHP 7.2 and higher

We recommend using the latest stable version of PHP. It is recommended PHP 7.2 and higher. This will not only ensure compatibility with Divi, but it will also greatly speed up your website leading to less memory and CPU related issues.

memory_limit

Recommended: 128M

By default, memory limits set by your host or by WordPress may be too low. This will lead to applications crashing as PHP reaches the artificial limit. You can adjust your memory limit within your php.ini file, or by contacting your host for assistance. You may also need to define a memory limit in wp-config.php.

post_max_size

Recommended: 64M

Post Max Size limits how large a page or file can be on your website. If your page is larger than the limit set in PHP, it will fail to load. Post sizes can become quite large when using the Divi Builder, so it is important to increase this limit. It also affects file size upload/download, which can prevent large layouts from being imported into the builder. You can adjust your max post size within your php.ini file, or by contacting your host for assistance.

max_execution_time

Recommended: 120

Max Execution Time affects how long a page is allowed to load before it times out. If the limit is too low, you may not be able to import large layouts and files into the builder. You can adjust your max execution time within your php.ini file, or by contacting your host for assistance.

upload_max_filesize

Recommended: 64M

Upload Max File Size determines the maximum file size that you are allowed to upload to your server. If the limit is too low, you may not be able to import large collections of layouts into the Divi Library. You can adjust your max file size within your php.ini file, or by contacting your host for assistance.

max_input_time

Recommended: 60

This sets the maximum time in seconds a script is allowed to parse input data. If the limit is too low, the Divi Builder may time out before it is allowed to load. You can adjust your max input time within your php.ini file, or by contacting your host for assistance.

max_input_vars

Recommended: 1000

This setting affects how many input variables may be accepted. If the limit is too low, it may prevent the Divi Builder from loading. You can adjust your max input variables within your php.ini file, or by contacting your host for assistance.

Writable wp-content Directory /wp-content/

It is recommended that the wp-content directory on your server is writable by WordPress in order to ensure the full functionality of Divi Builder themes and plugins.Where can I find

/wp-content/ has user-supplied content and is intended to be writable by your user account and the webserver process (mostly www-data, depending on your server’s configuration)

display_errors set to 0

This setting determines whether or not errors should be printed as part of the page output. This is a feature to support your site’s development and should never be used on production sites. You can edit this setting within your php.ini file, or by contacting your host for assistance.

You can find this information in the WordPress administration area when you log in.

In the admin menu go to Divi > Support Center and look for System Status panel. Green dots mean your configuration is OK, red dots mean you should address it and yellow means you should consider improvements. You are looking for: “Congratulations, all system checks have passed. Your hosting configuration is compatible with Divi.

Having these settings right should solve your most common hosting problems with Divi user interface, it does not mean your site is optimized for page speed and best performance, these are the common PHP settings that directly influence Divi functionality.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How To Install And Create A WordPress Website

Login to your control panel Go to your control panel (e.g. cPanel, Directadmin, etc) login page...

How to Convert a Website From Any Platform to WordPress

The Typical Migration Process The typical conversion process from a different platform to...

How to Install WordPress Plugins

How to Install WordPress Plugins Tutorial WordPress plugins are utilities that provide...

How To Install The Divi Theme

Download Your Theme In this tutorial, we will be installing your theme using the Upload feature...