Level 1
You can change the default php configuration (https://www.php.net/manual/fr/function.set-time-limit.php)
But you can do your process using queue https://laravel.com/docs/7.x/queues
And may be you can improve your code to be faster, using less memory
1 like