Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Re-compile

Vote:
 

Any tip/ideas/parameters to decrease the ASP.NET start time after re-compile?

#46169
Nov 30, 2010 20:04
Vote:
 

For EPiServer: Remove language files not used.

#46179
Dec 01, 2010 10:39
Vote:
 

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.

#46274
Dec 06, 2010 9:52
Vote:
 

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

#46288
Dec 06, 2010 16:30
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.