• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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