Does it help to use NGEN?

后端 未结 6 1825
离开以前
离开以前 2020-11-30 07:50

Is it better to use NGEN an ASP.NET application when we know it is not going to change much? Or is the JIT good enough?

The only reason I asked was because this arti

6条回答
  •  执念已碎
    2020-11-30 08:29

    Yes it does, this youtube video demonstrates it actually Video of NGEN.exe performance tuning

    But word of caution check , check and then implement it.

提交回复
热议问题