Maximum execution time of 60 seconds exceeded

:ph34r: HI all


I am wondering if anyone is encounting a similar problem like this currently.



The problem we are coming across when viewing the information in the following assets


  1. Cron Manager
  2. All of the asset reports



    Is this error message below



    Fatal error: Maximum execution time of 60 seconds exceeded.



    Is there any workaround this currently. Cheers :smiley:

3.12 I believe introduced a paginated Cron Manager "View Jobs" screen, so that's the work-around for the first problem. For the second, simply change to root node of your report so that you're reporting on a smaller section of your system.


You can increase php's maximum execution time, but it's not recommended.

[quote]3.12 I believe introduced a paginated Cron Manager “View Jobs” screen, so that’s the work-around for the first problem.  For the second, simply change to root node of your report so that you’re reporting on a smaller section of your system.


You can increase php’s maximum execution time, but it’s not recommended.

[right][post=“15624”]<{POST_SNAPBACK}>[/post][/right][/quote]



:)’ /> Thank you Daniel for the first part solution, well why was it not implemented for the second part as well in regards to ‘report assets’, it would have being logical in practical sense <img src=‘http://forums.matrix.squiz.net/public/style_emoticons/<#EMO_DIR#>/wink.gif’ class=‘bbc_emoticon’ alt=’:wink:



what is the php’s maximum execution time? Is this not recommended because of performance and the loading issue of the servers.



cheers :smiley:

Probably because it hasn't been requested yet :slight_smile: Plus the report allows you to export the results to csv (in 3.12 at least) if required, or as mentioned, you can set the report to a smaller section of your site.


The default php max_execution_time is 30 seconds as far as I know, and yes, you need to be cautious when increasing this because of load/performance issues.