Blazor Webassembly Speed issue

Kuldeep Y 41 Reputation points
2023-06-22T08:28:46.4333333+00:00

Hello,
I Developed A Blazor web assembly application and deployed it on my local server machine using IIS Server. But only 30-50 Users login to application for do work, it goes its knees all pages stopped working. Processes stuck in mid and user logout automatically sometimes.
I want to speed up this application and make enough able to handle 100-200 user can use it at a time.

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
{count} votes

4 answers

Sort by: Most helpful
  1. Kuldeep Y 41 Reputation points
    2023-06-26T07:23:48.9866667+00:00

    Thanks for your response information are below : -

    User's image

    Here is my Blazor WASM project structure.

    User's image

    and i am including repository method Snapshot her
    User's image


  2. Kuldeep Y 41 Reputation points
    2023-06-26T07:29:13.84+00:00

    User's image

    In my application i have used Azure Active directory , Radzen UI etc.
    and i am wondering at first run time it loading almost 230-250 dll at browser

    0 comments No comments

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  4. Bruce (SqlWork.com) 81,971 Reputation points Volunteer Moderator
    2023-06-26T19:58:17.69+00:00

    that is the cost of blazor WASM, all the libraries must be loaded. but it generally only effect startup. if your blazor wasm app bogs down with user load, then its the server. use the browsers network support to see how long fetch/xhr requests are taking and if they are timing out or failing.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.