Wins could be a problem if it is slow to resolve the host names.
In ASP.NET when a site first gets its first few requests after the application starts there is some JIT compilation that takes place making the first few requests slower but after that it should be fast once it fully wakes up.
Hope it helps,
Joe