10大需要注意的web app問題

  1. Don't generate the UI on the server 不要在服務器上處理ui
  2. Limit network access 儘量減少網絡操作
  3. Don't wait for the data to display the UI 不要因爲等待數據而延遲顯示ui
  4. Use hardware acceleration 使用硬件加速
  5. Avoid click event's 300ms delay 不要使用click事件
  6. Optimize images 優化圖片
  7. Limit shadows and gradients  儘量少用引用和變型
  8. Do you need that framework? 考慮你用的框架是不是真的需要
  9. Minimize browser reflows 減少頁面重繪
  10. Test  測試
發佈了96 篇原創文章 · 獲贊 26 · 訪問量 17萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章