#how do i Load test the website I am working on?

5 messages · Page 1 of 1 (latest)

toxic sand
#

I am working on a project and wanted to know how much simultaneous users my website can handle. How can I do that?

verbal geyser
#

Hi Sidnegi
can you be more specific

#

if you are working on fronted project or static web app
you can use browser developer tools to debug and profile your website's performance, and it's depend's on the design of the website, the complexity of the code, and the number of requests made to external resources such as APIs. etc

#

if your project an a api server or full stack app , you can use Apache JMeter, Gatling, LoadRunne .
or cloud tools :
such as AWS Load Testing, BlazeMeter, and LoadImpact, to simulate a large number of users accessing your website from various locations.

toxic sand
#

Okay, Thanks alot