教你50招提高ASP.NET性能(十五):解决性能问题时不要低估UI的价值

(26)Don’t underestimate the value of the UI when tackling performance problems工具

招数26:性能

解决性能问题时不要低估UI的价值动画

 

Simple UI tricks, such as progress bars, redirecting users’ attention using animation, or placing slower loading sections at the bottom of a page or offscreen, can often ‘fix’ a performance problem without the need to tune the underlying code.
简单的UI技巧,好比进度条,使用动画转移用户的注意力,或将缓慢加载的区域放在页面底部或者屏幕外,常常能解决性能问题而不须要调整底层代码。ui


These UI tricks are an important tool to have in your performance tuning toolbox and can be much quicker and easier than addressing the underlying issue. They can act as a holdover until you have the time to devote to the core problem.
这些UI技巧是你的性能调优工具箱里的重要工具而且能够更快的更轻松的解决根本问题。他们能当作一种延缓方案直到你有时间投入核心问题。rest

相关文章
相关标签/搜索