Base solution for your next web application
Open Closed

Site slows down with concurrent users. #4462


User avatar
0
sparkyjr created

I am using Visual Studio Load Test with a load of 15 users , server location set as East US. I am visiting a few pages and also perfoming a create operation in the test script. But when I run this test with 15 users the site slows down like anything and the page response time is very bad even for simple read operations. I have tried the following: Disabling Background jobs Registering the Castle dependencies explicitly Also disabling Unit of Work for certain read methods.

Please provide some possible suggestions as to what could be going wrong.


3 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    hi,

    which actions are slow? can you give us more information with durations and actions.

  • User Avatar
    0
    sparkyjr created

    Hi Alper,

    We login as one tenant user. Then, we are accessing controller action, which calls app service method for creating some items, then access a list of same items, and then access a dashboard, which has many other items.

    So, in short, 15 concurrent users create, and fetch items from the DB.

    Does that answer your question?

    Regards, SparkyJr

  • User Avatar
    0
    alper created
    Support Team

    the reason I'm asking which actions you execute is if those are ASP.NET Zero actions, we can investigate those whether there's a performance bottleneck. but if those are your custom actions then we need your implementation.