• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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