Friday, 2 October 2015

Make Big project compilation faster - Optimize Compilation

Leave a Comment
Most of the web application nowadays are complex application that maybe have more than 50MB source code to deploy on the server and it will lead to the long compilation time around 3-10 minute depends on the server resources. Some will says, it still ok to wait the compilation since it only happen for the first time.

What about require to change the source code with very minimal code of line.? Like one line only.?
Do you still love to wait 3-10 minute.

The answer is no.


But how to avoid this situation.

It is simple, just one line of configuration on the web.config will help to fasten compilation code (Just in time compilation).


The answer is put :

 optimizeCompilations="true"  

as attribute on the compilation element in web.config file.


By
NOTE : – If You have Found this post Helpful, I will appreciate if you can Share it on Facebook, Twitter and Other Social Media Sites. Thanks =)

0 comments:

Post a Comment

Subscribe to our newsletter to get the latest updates to your inbox.

Your email address is safe with us!




Founder of developersnote.com, love programming and help others people. Work as Software Developer. Graduated from UiTM and continue study in Software Engineering at UTMSpace. Follow him on Twitter , or Facebook or .



Powered by Blogger.