testmon77:Hi,
We have ASP.NET Application in Test server. For first time accessing the Login page of that application is slow. Response time is around 25-30 sec. After that I have refersh the page/Open with new browser, loading of Login Page is around 1-2 sec.
Only user name & password columns are there in login page. Is there any way I can reduce the response time for first time loading?
Thanks
Are you talking about after you have modified the application and then this occurs the first time you are running the new version of it?
If that's so, the web application compiles upon the initial request. Then it's a faster load upon subsequent requests.
That's as far as I understand it as I've been learning about it, but it appears it may be true as the previous post to mine seems to suggest something like this.
I hope that's what you were writing about.