• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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