Why after each restart, my local .NET sites take time to load for the first time?
- by Saeed Neamati
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?