increase max_execution_time limit for my hosting

Hello,
I want to increase the max_execution_time limit for my web hosting (domain: [famameno.com]) from 165 to 300 seconds. Could you help me to make this change?
Thanks in advance for your support.

Hello,

In a shared hosting you have no access to that parameter.

If the value is required by your theme creator, there is certainly an alternate method where you install the files of the theme yourself.

Reasonably no action launched on a server shared with other consumers should require more than 2 minutes of elapsed time. The processors are powerful enough and the network is powerful enough.

Hello,

Find the php.ini from your service

Maybe it's in /etc/php/8.2/...

The php.ini define the php parameters like max_execution_time or memory_limit

Enjoy

Hello Jean,

Sorry but in the shared environments you cannot act on php.ini

Check the values in force with phpinfo(); within a PHP script