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.
Question posted in Woocommerce
The official Woocommerce documentation can be found here.
The official Woocommerce documentation can be found here.
3
Answers
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.
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.
Looking into A Beginner’s Guide to Load Testing WordPress Sites: