教你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

相關文章
相關標籤/搜索