Help Docs Software Kadence Kadence Resources Recommended Server Resources

Recommended Server Resources

When working with WordPress, ensuring that your server’s settings meet the minimum requirements is essential for a seamless experience on both the front end and back end of your website. Common errors, such as those related to WP memory limits, upload sizes, or maximum execution times, often stem from insufficient server resources allocated to your site.

Recommended Server Settings

Here you’ll find a chart detailing the recommended minimum resource values. When troubleshooting Kadence, it’s crucial to confirm that your server meets or exceeds these minimum requirements. For larger websites such as e-commerce sites, you may need to adjust these values beyond these recommendations to accommodate increased demands.

You should ensure you are using the recommended server resources for WordPress. These values can often times be modified by editing your php.ini file.

You can either modify these manually or contact your hosting provider to ensure these requirements are met.

Server SettingValue
PHP Memory Limit512MB
Max Post Size50MB
WP Memory Limit256MB
WP Max Memory Limit512MB
Max Upload Size50MB
Max Input Vars5000
Max Execution Timearound 300

Checking Your Server Settings

One way to check your current server settings is to use the WordPress Site Health tool. To access this tool, click on ToolsSite Health. Then click on the Info tab. Here you’ll have access to several areas of information.

The settings you’ll need to check can be found under two separate sections:

Site Health - Info tab

Server Section

In this section, you’ll find settings such as:

  • PHP max input variables (Max Input Vars)
  • PHP time limit (Max Execution Time)
  • PHP memory limit
  • Upload max filesize (Max Upload Size)
  • PHP post max size (Max Post Size)
WordPress Health Check - Server Settings

WordPress Constants Section

In this section, you’ll find settings such as:

  • WP_MEMORY LIMIT
  • WP_MAX_MEMORY_LIMIT
Site Health - Info tab - WordPress section

For more information regarding WordPress memory limits, please see: Editing wp-config.php in the WordPress Advanced Administration Handbook.

Was this article helpful?