1. Server Recommendations

If you are unsure on how to configure these settings, please contact to your hosting.

  • PHP version 7.1 or greater
  • MySQL version 5.6 or greater or greater
  • WordPress memory limit of 512 MB or more

PHP configuration limits

SettingValue
max_execution_time180 or more
memory_limit512M or more
post_max_size256M or more
upload_max_file size256M or more

WordPress memory limit

define( 'WP_MEMORY_LIMIT', '512M' );

Was this page helpful?