所有文章

When files block the main thread, users are unable to interact with the page content. Typically, parsing and executing large JavaScript files, as well as running long JavaScript tasks can block the main thread and should be avoided. These files had high thread blocking times:

了解更多

延長快取生命週期可以加快使用者再次造訪網頁的速度。

了解更多

大型 DOM 會增加記憶體用量、延長樣式運算的時間,並產生費工的版面配置重排。

了解更多

建議你縮短剖析、編譯及執行 JavaScript 所耗費的時間。提供較小的 JavaScript 酬載可能會有幫助。

了解更多

網頁的資源過多,因此妨礙了首次顯示畫面的時間。建議你先載入重要的內嵌 JavaScript/CSS,並延後載入不重要的 JavaScript/樣式。

了解更多

減少無用的 JavaScript 並延遲載入指令碼 (等需要時才載入),即可減少網路活動消耗的流量。

了解更多

移除樣式表中的無用規則,並延遲載入在不需捲動位置內容中未使用的 CSS,即可減少網路活動消耗的流量。

了解更多