I’m encountering a PHP execution time error while inserting approximately 2.5 lakh records into a MySQL database using Laravel Eloquent. I’m aiming to achieve this without increasing the overall execution time, considering the following constraints:
- Frontend: Angular
- Multi-tenancy: Implemented using
https://tenancyforlaravel.com/ - Attempted solutions: Laravel Queue