farshadf's avatar

how to test 50k users in laravel application

hi , i have an application and i want to test to see if it can handle 50k users or not , how can i test it is there any good tool for laravel to test application capacity ?? thanks

0 likes
6 replies
farshadf's avatar

thanks bro but i didnt get it how can it be possible to test whole application , is it like this to make factories for every single model and run them like 50k times ??

Martal's avatar

What exactly do you want to test?

An average response time of some requests when you have 50k records is the database? In that case you should fill your database with records anyway.

Do you want to test it locally or in production? On real server?

farshadf's avatar

when my application Hosts 50k users it gets slow i want to find the bottle necks and fix them to increase the capacity to like 100k and thats it i want to see which part has problem i am sorry if ive not been clear enough :)

Martal's avatar
Martal
Best Answer
Level 31

Here Rasmus Lerdorf talks about PHPSPY. I did not work with it, but maybe it is what you want?

Please or to participate in this conversation.