Google推出網頁加速優化擴充套件:PageSpeed

老朱教授發表於2017-07-30

Google 最近釋出了一個 Firefox 的擴充套件:Page Speed,這個擴充套件整合在 Firefox 另外一個著名的擴充套件 Firebug 中形式出現。Page Speed 主要功能是分析網頁,給出如何優化頁面使得快速被載入的建議。

Page Speed 通過對網站服務配置和前後端程式碼進行一系列的測試來進行工作的,並且這些測試是基於一系列網頁加速優化最佳實踐,所以它給出的建議還是有很大的參考價值 的。當你的安裝了 Firebug 和 Page Speed 之後,點選 Page Speed 的標籤頁,點選效能分析按鈕就可以開始對你的網頁進行測試。

Page  Speed
Google Page Speed

Page Speed 會給出一些列的建議,並且給出詳細的幫助。目前 Page Speed 會在如下幾個方面給出建議:

  • Enable gzip compression
  • Leverage browser caching
  • Leverage proxy caching
  • Remove unused CSS
  • Serve static content from a cookieless domain
  • Use efficient CSS selectors
  • Minify JavaScript
  • Optimize images
  • Serve resources from a consistent URL
  • Minimize redirects
  • Put CSS in the document head
  • Minimize cookie size
  • Combine external JavaScript
  • Minimize DNS lookups
  • Optimize the order of styles and scripts
  • Avoid CSS expressions
  • Combine external CSS
  • Defer loading of JavaScript
  • Parallelize downloads across hostnames
  • Specify image dimensions

Yahoo 也推出過一個同樣的網頁加速建議 Firefox 外掛:YSlow。現在 Google Chrome 是我主要的瀏覽器了,不知道什麼時候 Google 會針對自己的瀏覽器推出相應的外掛?




本文轉自黃聰部落格園部落格,原文連結:http://www.cnblogs.com/huangcong/archive/2011/03/11/1981110.html,如需轉載請自行聯絡原作者


相關文章