How to Increase max_input_time for a Website

The max_input_time setting in PHP controls the maximum time in seconds a script is allowed to parse input data, like POST and GET. If you need to allow more time for input data parsing, here’s how to increase the max_input_time:

 

Steps to Increase max_input_time:

  1. Log in to the CloudStick Dashboard: Begin by logging into your account.
  2. Navigate to Websites: Go to the “Websites” section.CloudSitck websites
  3. Select the Website: Click on the website where you need to increase the max_input_time. Click on “Settings.”disabled functions such as shell_exec
  4. Access Advanced Settings: Scroll to the bottom and click on “Advanced Settings.”PHP advanced settings.
  5. Modify max_input_time: Locate the max_input_time option and set it to the desired value in seconds.max_execution_time
  6. Save Your Changes: Click “Update” to apply your changes.