.NET cold start is a known issue, and it denotes the time necessary for the first time load an ASP.NET web site, which includes DLL loadin开发者_StackOverflow社区g, JIT compilation, w3wp.exe creation,
The following code (by Vitaliy Liptchinsky) goes through all types in an assembly and calls PrepareMethod on all methods.Would this improve cold-start delays?
I am curious what are the methods / approaches to overcome the \"cold star开发者_如何学Ct\" problem where when a new user or an item enters the system, due to lack of info about this new entity, makin