Very slow startup of ASP.NET applications
Posted
by Conrad
on Stack Overflow
See other posts from Stack Overflow
or by Conrad
Published on 2010-03-29T08:27:02Z
Indexed on
2010/03/29
10:13 UTC
Read the original article
Hit count: 706
I have an ASP.NET applications with quite small number of pages. The problem I see is that the startup time is quite slow. As far as I can tell, most of the time is spent in JIT. Pre-compiling the applications seem not very helpful in reducing the #methods JIT as reported thru PerfMon. Does anybody know what I can do to reduce the startup time further? Is it true that there is no way to pre-jit an ASP.NET application using NGEN?
© Stack Overflow or respective owner