• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Input Tuning PHP settings

omexlu

Regular Pleskian
Hello,

What would be the best settings here to tune PHP?
max_execution_time is e.g. default to 30 which is a bit low?

What would you recommend for:
  • memory_limit
  • max_execution_time
  • max_input_time
Without compromising performance?
And with which other values i can tune a little bit?

Thanks
 
Hello,

What would be the best settings here to tune PHP?
max_execution_time is e.g. default to 30 which is a bit low?

What would you recommend for:
  • memory_limit
  • max_execution_time
  • max_input_time
Without compromising performance?
And with which other values i can tune a little bit?

Thanks
There is not an optimal setting for all situation, can be change about your hardware, the number of site hosted, the type or the traffic of these site, but an common setting can be
  • memory_limit : 256M
  • max_execution_time : 120s
  • max_input_time : 120s
 
Back
Top