加速 Web Page 的 14 個重點(或當 效能調校 參考用)
詳細可見: 14 Tips to Speed Up Your Web Pages. 此網站
以下做簡單的轉錄:
- Strip spaces, tabs, CR/LF from the HTML
- Don't use XHMTLTip
- Keep Cookies Small
- Keep JavaScript Small
- Use Public Caching
- Enable HTTP Compression
- Keep all as much as possible in lower case
- Avoid Tables (or use fixed-layout tables)
- Set image size
- Compact your GIF/JPG
- Reduce the number of external elements
- Use a single DNS Lookup
- Delay Script Starts
- Watch for Memory Leak