Understanding PHP’s maximum execution time

To support the smooth running of your server, PHP directives dictate certain conditions and rules for running scripts. One of these rules, Max_Execution_Time, defines the maximum time a script can run for. By default, this is set to 30 seconds. If a script runs for longer than 30 seconds, it is automatically stopped, and an error is reported.

You may wish to extend this time limit if you need to run large scripts on your server. Typically, PHP scripts (in WordPress plugins and themes, for example) will mention whether you need to increase the maximum execution time in their documentation.

PHP directives are typically managed through a PHP.ini configuration file on your server. However, we do not allow direct changes to PHP.ini on HostPapa servers. PHP configuration changes can be made using My cPanel.

1) Log in to your HostPapa Dashboard.

2) Click on My cPanel or My WordPress.

cpanel

3) Scroll down to the Software section and click Select PHP Version.

select-php-version

4) Click Options.

options

Locate the max_execution_time directive in the list and click the current value (which should be 30, by default). Enter a new value (in seconds) and click Apply. Now click the Save button at the bottom of the page to complete the configuration.

If you need help with your HostPapa account, please open a support ticket from your dashboard.

Related Articles

Get online with our affordable web hosting

Get online with our affordable web hosting

Learn more now
HostPapa Mustache