Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,
i have created asp.net website and whenever number of user logins increases my website becomes very slow. how do i speed up and increase performance.


Thanks,
Manisha

What I have tried:

attempted for minification and bundling manually for my website.
Posted
Updated 7-Feb-19 9:33am
Comments
F-ES Sitecore 7-Feb-19 4:55am    
You need to do some analysis to see exactly what it is that is slow, or causing the issue. It could be your code, your database queries are not efficient, it could be the hardware or memory on the server. We have no idea...there is no magic "do this and your site will always run faster" trick.

I would recommend a tool like NewRelic or Application Insights to get information. You could have bottle necks in a variety of places.

You can run performance metrics against your database queries or stored procedures to determine if you have bottlenecks there.



Using a simple tool like the developer console in your browser can provide simple insights for how different scripts or images are loading. That information can guide to a more sophisticated tool to dig into details of each part of your page.
 
Share this answer
 
This is not a good question, since it depends on many things that are specific to your app, environment, and usage patterns which is out of the scope of a forum like this.

Try adding logging to your app and monitor the logs to see where your app takes the most time and work from there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900