Configuring PHP performance settings individually for each version in Plesk can be time-consuming.
With this automation script, you can instantly update all performance parameters in the
Download the Script:
Grant Execute Permission:
Run the Script:
Using this method, you can instantly apply optimized PHP performance configurations across all PHP versions on your Plesk server — eliminating the need for manual updates.
This not only saves valuable time but also helps optimize overall server resource usage.
Example values:
With this automation script, you can instantly update all performance parameters in the
php.ini files of every installed PHP version — quickly and efficiently.✅ Automatically Update PHP Performance Settings via Script
Download the Script:
Bash:
wget https://dosya.jetto.net/update-plesk-php-settings.sh
Grant Execute Permission:
Bash:
chmod +x update-plesk-php-settings.sh
Run the Script:
Bash:
./update-plesk-php-settings.sh
Using this method, you can instantly apply optimized PHP performance configurations across all PHP versions on your Plesk server — eliminating the need for manual updates.
This not only saves valuable time but also helps optimize overall server resource usage.
Example values:
Code:
memory_limit = 2048M
max_execution_time = 3000
max_input_time = 6000
post_max_size = 800M
upload_max_filesize = 200M
max_input_vars = 5000
⚠️ You can open and edit the script file to customize these values according to your specific server requirements.