Recommended PHP 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 40M
  • post_max_size 128M
  • max_execution_time 180 (This needs to be increased if your server is slow and cannot import data.)
  • memory_limit 256M
  • max_input_vars 5000

You can check PHP configuration settings by installing WordPress phpinfo() extension in WordPress. You can also contact your hosting provider if you don’t know much more about it.