教你50招提高ASP.NET性能(十七):不要认为问题只会从业务层产生

(28)Don’t assume that problems can only arise from business logicapp

招数28:框架

不要认为问题只会从业务层产生ide

When beginning to diagnose performance problems, we often assume the problem is in our business logic. Don’t forget that the areas of our code that provide infrastructure can cause problems as well.
当开始诊断性能问题时,咱们通常认为问题出在咱们的业务逻辑上。不要忘记为咱们提供基础代码的区域一样可能致使问题。性能

Areas such as HttpHandlers, HtmlHelpers, mapping, logging, or IoC frameworks are increasingly at the root of performance problems. While business logic still causes its share of problems, infrastructure code is quickly gaining in the performance problem race.
好比HttpHandlers, HtmlHelpers, mapping, looging, 或IoC框架区域正在愈来愈多的成为根本的性能问题。而业务逻辑会致使它和基础代码都存在问题,基础代码性能问题会更突出。ui

相关文章
相关标签/搜索