I am working on an ASP.NET 3.5, C #, ASP.NET AJAX, JQUERY web application, which currently has some performance issues. I have a screen with control over the form view, and when I edit the form and save it for the first time, POST takes 4.89 seconds, and when I perform the same operation again, POST takes only 1.09 seconds. What could be causing this strange behavior?
Note. I use firebug and I ignore page load time (e.g. js, images).
EDIT: I am using a web deployment project to precompile the application.
Kumar source
share