1. Server Recommendations

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

PHP configuration limits

Setting Value
max_execution_time 360
memory_limit 512M
post_max_size 128M
upload_max_file size 128M

WordPress memory limit

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