Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Have SQL Server as "near" as possible. There's a lot of traffic between the EPi-app and the db before the first request is served completely.
Hi,
For ASP.NET websites in general, this setting in web.config will do wonders:
<compilation ... batch="false"> ...</compilation>
Beware of some side effects though depending on what you're doing.
More info about slashing ASP.NET compile load time:
http://blog.lavablast.com/post/2010/12/01/Slash-your-ASPNET-compileload-time.aspx
Regards, Leif
Any tip/ideas/parameters to decrease the ASP.NET start time after re-compile?