1. Server recommendations

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

Recommended

  • PHP version 7.1 or greater
  • MySQL version 5.6 or greater or greater
  • The WordPress memory limit of 256 MB or greater

PHP configuration limits

Setting Value
max_execution_time 180
memory_limit 256M
post_max_size 32M
upload_max_file size 32M

WordPress memory limit

define( 'WP_MEMORY_LIMIT', '256M' );
Was this page helpful?