
內容簡介
Core Web Vitals是新的排名因素
Google宣布「Core Web Vitals」將成為網站重要的排名因素。實際上,Core Web Vitals或頁面體驗信號將成為網頁在Google的Top Stories中出現的必要條件。
功能
Webp圖片:如果圖片正在拖慢您的網站,將它們轉換為WebP格式可以提高您的頁面加載速度測試分數。
懶加載:懶加載允許您的網站只在用戶滾動到特定圖片時加載圖片,從而減少網站加載時間並提高網站性能。
最小化:如果您正在嘗試獲得Google Pagespeed或GTMetrix工具的100/100分數,那麼最小化CSS和JavaScript將顯著提高您的分數。
刪除未使用的CSS:未使用的CSS是您的WordPress主題或插件添加的任何您不真正需要的CSS代碼。刪除此CSS代碼可以提高WordPress的性能和用戶體驗。
Google字體優化:您可能會注意到外部資源(例如字體)影響Google PageSpeed+加載時間。這正是本地加載Google字體的方法。
延遲JavaScript執行:您可以根據用戶交互延遲JavaScript。這可以是一種加速Google PageSpeed頁面繪製的絕佳方式,尤其是像Google Adsense,Google Analytics等重型第三方腳本。
快取:快取是加速WordPress的最重要和最簡單的方法之一!它減少了生成頁面視圖所需的工作量。因此,您的網頁直接從快取中加載,加載速度更快。
支援
我們盡力在WordPress.org論壇上提供支援。但是,我們有一個特殊的團隊支援,您可以在此向我們提問並獲得幫助。為用戶提供良好的體驗對我們來說很重要,因此我們盡力回答每一個問題。
錯誤報告
歡迎在GitHub上報告Core Web Vitals和PageSpeed Booster的錯誤:https://github.com/ahmedkaludi/core-web-vitals-pagespeed-booster/issues。請注意,GitHub不是支援論壇,未被正確資格為錯誤的問題將被關閉。
感謝
使用的PHP CSS Parser庫https://github.com/sabberworm/PHP-CSS-Parser- License URI: https://github.com/sabberworm/PHP-CSS-Parser#license(PHP-CSS-Parser可以根據MIT風格許可免費分發。)
外掛標籤
開發者團隊
② 後台搜尋「Core Web Vitals & PageSpeed Booster」→ 直接安裝(推薦)
📦 歷史版本下載
原文外掛簡介
Core Web Vitals (CWV) is the new ranking factor
Google announced that “Core Web Vitals” are going to be a significant ranking signal for websites. In fact, Core Web Vitals or the page experience signal is going to become a requirement for a page to appear in Google’s Top Stories.
Features
Flush Cache: Using this option you can choose on which events ( WordPress Update,Switching Theme,Post/Page Deletion ) you want to clear website cache.
Auto Clear Cache: Clear you website on regular intervals , this helps you to keep your website cache updated.
Webp images: If images are slowing down your website, then converting them to WebP format can improve your page load speed test scores.
Lazy Load: Lazy loading allows your website to only load images when a user scrolls down to a specific image, which reduces website load time and improves website performance.
Minification: If you are trying to achieve 100/100 score on Google Pagespeed or GTMetrix tool, then minifying CSS and JavaScript will significantly improve your score.
Remove Unused CSS:Unused CSS is any CSS code added by your WordPress theme or plugins that you don’t really need. Removing this CSS code improves WordPress performance and user experience.
Google Fonts Optimizations: You may start noticing external resources like fonts affecting Google PageSpeed + load times. This is where loading Google Fonts locally comes into play.
Delay JavaScript Execution:You can delay JavaScript based on user interaction. This can be a great way to speed up the paint of the page for Google PageSpeed when something isn’t needed right away. Especially heavy third-party scripts like Google Adsense, Google Analytics etc.
Cache: Caching is one of the most important and easiest ways to speed up WordPress! it reduces the amount of work required to generate a page view. As a result, your web pages load much faster, directly from cache.
Support
We try our best to provide support on WordPress.org forums. However, We have a special team support where you can ask us questions and get help. Delivering a good user experience means a lot to us and so we try our best to reply each and every question that gets asked.
Bug Reports
Bug reports for Core Web Vitals & PageSpeed Booster are welcomed on GitHub. Please note GitHub is not a support forum, and issues that aren’t properly qualified as bugs will be closed.
Credits
PHP CSS Parser library used https://github.com/sabberworm/PHP-CSS-Parser – License URI: https://github.com/sabberworm/PHP-CSS-Parser?tab=MIT-1-ov-file (PHP-CSS-Parser is freely distributable under the terms of an MIT-style license.)
CSS from HTML extractor library used https://github.com/JanDC/css-from-html-extractor – License URI: https://github.com/JanDC/css-from-html-extractor?tab=License-1-ov-file (CSS from HTML extractor is freely distributable under the terms of an MIT-style license.)
WebP Convert library used https://github.com/rosell-dk/webp-convert – License URI: https://github.com/rosell-dk/webp-convert?tab=MIT-1-ov-file (WebP Convert is freely distributable under the terms of an MIT-style license.)
