F
Filament2mo ago
Zoltar

testing performance

Hello, how can I test the application's performance? I'm interested in understanding how many simultaneous operations the application can handle can you recommend me one or more tools for this?
4 Replies
Illizian
Illizian2mo ago
This classic, is to use apache bench to check rps for a given endpoint. https://httpd.apache.org/docs/2.4/programs/ab.html or, you can use pest https://pestphp.com/docs/stress-testing
Stress Testing | Pest - The elegant PHP Testing Framework
Stress Testing is a type of testing that inspects the stability and reliability of your application under realistic or extreme conditions — depending on the scenario you setup. For example, you can use stress testing to verify that your application can handle a large number of requests or that it can handle a large amount of data.
Zoltar
ZoltarOP2mo ago
thnks for reply
toeknee
toeknee2mo ago
I think Ploi also recently announced a load testing service too
Zoltar
ZoltarOP2mo ago
Laravel Nightwatch
Laravel Nightwatch
Join the Nightwatch waitlist. First-class monitoring for Laravel. Enhance security and performance with deep insights, comprehensive logs, and tailored intelligence.

Did you find this page helpful?