Thanks for your response information are below : -
Here is my Blazor WASM project structure.
and i am including repository method Snapshot her
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Thanks for your response information are below : -
Here is my Blazor WASM project structure.
and i am including repository method Snapshot her
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
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
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.