Hacker News new | ask | show | jobs
by garymoon 3433 days ago
I used Laravel for some projects that deal a few users. Where I work, we are reviewing different stacks for a project that will deal with a bigger quantity of users and I would really like to use Laravel, does Laravel have some performance issues or similar stuff when dealing with lot of users?
3 comments

I've never experienced performance issues due to users. I run https://styleci.io and we're absolutely fine dealing with thousands of users.

If you're running jobs, be sure to do so on the queue.

I've never had performance issues with Laravel, but if performance is very important for you, Laravel has a microframework called Lumen:

https://lumen.laravel.com/

Thanks for the feedback, I will test Lumen
Try out slim 3!