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
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.
thnks for reply
I think Ploi also recently announced a load testing service too
I had seen this
https://nightwatch.laravel.com/
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.