Skip to content

PHP Max Execution Time

Charles edited this page Sep 10, 2018 · 2 revisions

While most functionality of ChurchCRM will work fine with a relatively low value for PHP's max_execution_time, some functions require a higher value.

Specifically backup and restore may require execution times upward of 120 seconds. The actual execution time will depend entirely on your database size, number of photos, server speed, and more.

Read more here: https://www.simplified.guide/php/increase-max-execution-time

Clone this wiki locally