Skip to content

PHP Max Execution Time

Robert Spencer edited this page Jun 13, 2024 · 4 revisions

PHP Max Execution Time

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