Why after each restart, my local .NET sites take time to load for the first time?
Posted
by
Saeed Neamati
on Programmers
See other posts from Programmers
or by Saeed Neamati
Published on 2011-08-01T10:09:03Z
Indexed on
2012/07/01
15:23 UTC
Read the original article
Hit count: 303
I'm developing sites based on .NET platform. I usually deploy these sites on my local IIS, so that I can test them and see their functionality before going live. However, each time I restart windows, it seems that sites take a long time to run for the first time.
I know about JIT and I'm also aware of this question, but it doesn't answer my question.
Does JIT happens every time you restart windows? Is it related to creation of w3wp.exe process? Why sites are so slow for the first request after each restart?
© Programmers or respective owner