加速你的 Web Page 的 14 個重點

加速 Web Page 的 14 個重點(或當 效能調校 參考用)

詳細可見: 14 Tips to Speed Up Your Web Pages. 此網站

以下做簡單的轉錄:

  1. Strip spaces, tabs, CR/LF from the HTML
  2. Don't use XHMTLTip
  3. Keep Cookies Small
  4. Keep JavaScript Small
  5. Use Public Caching
  6. Enable HTTP Compression
  7. Keep all as much as possible in lower case
  8. Avoid Tables (or use fixed-layout tables)
  9. Set image size
  10. Compact your GIF/JPG
  11. Reduce the number of external elements
  12. Use a single DNS Lookup
  13. Delay Script Starts
  14. Watch for Memory Leak

閱讀全文〈加速你的 Web Page 的 14 個重點〉