asp.net mvc - ASP .net performance analysis of web pages -
I am working in the ASP.net 3.5 MVC application.
1) Is there a standard for the response size given by the web request (say that a good response size is 10k) and if it is more than that, then the web page is 10K or less.
Occasionally when I get more feedback than the 60s, I think there may be a lot of conflict on that page when more users are reaching the Internet.
2) There is also a way to monitor sessions in Inpra session session mode. Such measures should be able to improve the performance of the application, monitoring the session size occupied by the application.
Any idea or comment is appreciated.
You can also use IIS compression to reduce the data transmitted through the wire. In my experience, it is actually quite easy and quite easy to enable in IIS.
You can use tools like YSlow and PageSpeed (both firefox extensions) to realize how fast / performance based on your site. There are other things that you can do to increase front-end performance in addition to reducing the amount of data (both YSlow and PageSpeed will tell you).
Comments
Post a Comment