Is there any way to test how will the site perform under load
Posted
by
Pankaj Upadhyay
on Programmers
See other posts from Programmers
or by Pankaj Upadhyay
Published on 2012-01-04T12:51:00Z
Indexed on
2012/12/11
11:16 UTC
Read the original article
Hit count: 352
load-testing
|website-performance
I have made an Asp.net MVC website and hosted it on a shared hosting provider. Since my website surrounds a very generic idea, it might have number of concurrent users sometime in future.
So, I was thinking of a way to test my website for on-load performance. Like how will the site perform when 100 or 1000 users are online at the same time and surfing the website. This will also make me understand whether my LINQ queries are well written or not.
© Programmers or respective owner