How to measure memory usage for a Live ASP.NET MVC web application?
So right off the bat, not sure if this question is better suited for another StackExchange site.
So right off the bat, not sure if this question is better suited for another StackExchange site.
I think many developers know that uncomfortable feeling when users tell them that “The application is slow (again).”
How do I benchmark the performance of my web applications?
How to improve the performance of an ASP.NET application? Which are are the fields I should take care? The application includes DB connections and Image Parsing etc.
Can somebody explain
We know that IIS caches ConfigurationManager.AppSettings so it reads the disk only once until the web.config is changed. This is done for performance purposes.
What is a good tool or site to use to performance test a web page/site? I am trying to find a good baseline to detect how fast my page will load on one hosting provider vs another. I initially used http://www.freespeedtest.com/ but like to get opinions and links for others. Answers: Thank you for visiting … Read more
Has someone used a configuration enabling the garbage collector optimized for multi-processor machines using Aspnet.config with :
I’m working on an ASP.Net application and working to add some Ajax to it to speed up certain areas. The first area that I am concentrating is the attendance area for the teachers to report attendance (and some other data) about the kids. This needs to be fast.
I have an ASPX webpage that does some complex operations and database calls. When I view the webpage by running ASP.NET Development Server (Cassini), it takes about 200ms.