Wednesday, March 28, 2012

ajax become slowly after iisreset

Hi there,

After reset iis the ajax become slowly for about 15 seconds and then contiue as regular.

It seems like it stucks for a few minutes.

Does anyone know this phenomena ?

Thanks a lot !

After iisreset, the first call to your application will have a longer response time. This is because the app is no longer compiled, and has to be compiled by the JIT compiler before it is executed. Once this initial compile is complete, subsequent requests are much faster.

No comments:

Post a Comment