XF 2.1 Where to increase execution time for debugging

TheSkullKid

Active member
Hello community,

I would like to debug the development of some Add-ons, but each time, if I run not quick enough to the code the time for execution seems to be exceeded. Is there any setting I can increase ?

I've tried already some of the time settings in the PHP configuration, but this do not help.

Any help would be appreciated.

Thanks
TheSkullKid
 
I would like to debug the development of some Add-ons, but each time, if I run not quick enough to the code the time for execution seems to be exceeded. Is there any setting I can increase ?
.if you are running some specific code slowly, check it for infinite loops, too complex functions, etc.
Send it here so that we can identify the problem if it is in code

I've tried already some of the time settings in the PHP configuration, but this do not help.
Did you restart after that php-fpm (apache)?
 
Top Bottom