skip to Main Content

How I can test the performance of my site. I need to check either more than 400 users can access the site at a same time and purchase one product. Need to test one special product to be sold. Which may be more than 500 users will buy at once.
How I can simulate the transactions in order to load test the site.

3

Answers


  1. Handling number of users by website not depends on WordPress but it depends on which server(web hosting) you are using.

    While what depends on WordPress is website performance. The more number of extra plugins, not well developed theme and ignored WP standards can make site performance slow.

    You can check your website performance at:

    Here is the link for your reference to send test traffic to your website:
    Test traffic
    Hope this helps.

    Login or Signup to reply.
  2. It will be better to create an automated load test script either in Jmeter or any other tool and you can generate as much load you want.

    Login or Signup to reply.
  3. Looking into A Beginner’s Guide to Load Testing WordPress Sites:

    1. Check Your WordPress And Front End Setup Before Testing (use GTmetrix, PageSpeed insights and P3 plugin to check whether your frontend part is up-to-speed
    2. Document And Tune Your Back End Stack: you need to ensure that all the infrastructure is ready for high loads: operating system, web server, database, load balancer, etc. – all of them needs to be tuned for the high performance
    3. Exploring DIY Load Testing Options. Choose a load testing tool and implement the real life usage of your application. Once you do this you can replay the test with increased number of users and explore the metrics
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search