• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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