How to reduce Entity Framework 4 query compile time?

前端 未结 5 765
迷失自我
迷失自我 2020-12-30 12:23

Summary: We\'re having problems with EF4 query compilation times of 12+ seconds. Cached queries will only get us so far; are there any ways we can actually reduce the compil

5条回答
  •  春和景丽
    2020-12-30 12:41

    You can try to use http://www.iis.net/download/ApplicationWarmup It is in beta now, but we regarding to use it too.

提交回复
热议问题