Tag: execution time
-
Maximum Execution Time Exceeded
The maximum execution time for your site should not exceed 30 seconds. If your site is unable to execute the data within this time limit, it will crash and show an error. To increase the maximum execution time, add the following code to the php.ini file: max_execution_time = 60 This should increase maximum execution time…