Recommended PHP server settings

We recommend below PHP configurations to avoid errors like blank screen, demo content import fails or theme installation error. You can do below configuration changes yourself or contact your hosting provider and ask them to set below configurations.

  • Upload max filesize ( upload_max_filesize ) 40M
  • PHP post max size ( post_max_size ) 128M
  • Max input time ( max_execution_time ) 300
    ( This needs to be increased if your server is slow and cannot import data. )
  • PHP memory limit ( memory_limit ) 256M
  • PHP max input variables ( max_input_vars ) 2000
Tip:  You can check PHP configuration settings from Dashboard > Tools > Site Health > Info > Server. You can also contact your hosting provider for more information.