Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Performance benefit to pre-compiling web application project set to be updateable?

Is there any performance benefit to pre-compiling an asp.net web application if it's set to be updateable? By setting the pre-compiler updateable flag it doesn't pre-compile the aspx, ascx, etc. so those still have to be compiled at run-time on the first page load. Everything else in an ASP.NET Web Application Project is already compiled anyways though, so what is the point of running the pre-compiler on a WAP with the updateable flag set to true?

like image 229
EricAppel Avatar asked Nov 21 '25 14:11

EricAppel


1 Answers

The only performance benefit is that it pre-compiles the associated code-behind files for your ASPX and ASCX files.

like image 137
ichiban Avatar answered Nov 24 '25 07:11

ichiban



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!