
內容簡介
預設情況下,WordPress 載入了許多不必要且經常拖慢您的安裝,浪費主機資源的功能、服務和腳本。多年來,我一直嘗試進行一些微調,以節省主機資源,提高 WordPress 的效能和載入時間。經過數千次測試,此外掛包含了我最佳的速度和效能優化,只需點擊一下即可使用。
使用此外掛,您可以安全地停用煩人的服務、不必要的代碼和腳本,以節省主機資源和費用,並加速 WordPress,以獲得更好的 Google PageSpeed、Pingdom Tools、GTMetrix、WebPageTest 等工具的結果。
外掛自動應用的改進(微調)安全性如下:
新增流覽器快取到 WordPress 主 .htaccess 檔案的規則
新增 GZIP 壓縮規則到 WordPress 主 .htaccess 檔案
移除管理列中的 Dashicons(僅限未登錄的使用者)
移除 Emoji 的樣式和腳本
禁用 REST API(完全禁用)
控制 Heartbeat API 間隔
從靜態資源中移除查詢字串
推遲解析 JavaScript 和 YouTube 影片嵌入式框架
移除 Gravatar 查詢字串
從標頭中移除“Really Simple Discovery”連結
從標頭中移除 wlwmanifest.xml(Windows Live Writer)
從標頭中移除短網址 URL
從標頭中移除 WordPress 生成版本
移除 s.w.org DNS 預取
從標頭中移除不必要的連結
從 RSS 源中移除生成器名稱
移除 Capital P Dangit 去警告
禁用 PDF 縮略圖預覽
禁用自我 Pingbacks
沒有任何選項。只需啟用此外掛,並在您最喜歡的工具(GTMetrix、Pingdom Tools 等)中測試您網站的速度。
外掛需求
此外掛需要 WordPress 4.8 或更新版本
此外掛需要 PHP 7.3 或更新版本
外掛標籤
開發者團隊
② 後台搜尋「Zero Config Performance Optimization」→ 直接安裝(推薦)
📦 歷史版本下載
原文外掛簡介
Zero Config Performance Optimization is the most complete performance optimization plugin for WordPress. It combines the best WPO (Web Performance Optimization) practices in a single easy-to-use tool. No configuration needed: activate and enjoy a faster WordPress.
By default, WordPress loads several functions, services and scripts that are not mandatory and usually slow down your installation and consume hosting resources. For years I have been testing tweaks to save hosting resources and improve WordPress performance and loading times. After thousands of tests, this plugin includes my best speed and performance optimizations with a single click.
With this plugin you can safely disable those annoying services, unnecessary codes and scripts to save resources and hosting costs, and speed up WordPress to get better results in tools like Google PageSpeed, Pingdom Tools, GTMetrix, WebPageTest and others.
New version 2.2.0 with enhanced .htaccess rules and LCP optimizations!
NEW FEATURES V2.2.0
Enhanced .htaccess Rules:
* Brotli Compression: Modern compression algorithm, better than GZIP (when server supports it)
* Keep-Alive Connections: Enables connection reuse for faster subsequent requests
* Vary Accept-Encoding: Better CDN and proxy caching
* Cache-Control Immutable: Prevents unnecessary revalidation of static assets
* CORS Headers for Fonts: Full CDN compatibility for web fonts
* Extended MIME Types: Video, audio, and manifest files now properly cached
LCP Optimizations:
* Automatic Logo Preload: Site logo is automatically preloaded with high priority
* fetchpriority Attribute: First image gets fetchpriority="high" for faster LCP
* Improved First Image Detection: Better handling of hero images and logos
Bug Fixes:
* Clean .htaccess Removal: Fixed issue where plugin markers remained after deactivation
* Legacy Marker Cleanup: Automatically removes old “WPO Tweaks” markers on upgrade
INCLUDED OPTIMIZATIONS
Frontend Optimizations:
* Automatic Critical CSS generation and injection
* Deferred CSS Loading with noscript fallback
* Native Lazy Loading with loading="lazy" and decoding="async"
* fetchpriority attribute for LCP optimization
* Automatic preconnect for Google Fonts, Analytics, etc.
* Smart DNS Prefetch for external resources including Gravatar
* Automatic image dimensions for better CLS scores
* Google Fonts display=swap optimization
* JavaScript defer parsing
* Logo and first image preload
Server Optimizations:
* Browser cache rules with immutable flag
* GZIP and Brotli compression
* Keep-Alive connections
* Vary Accept-Encoding headers
* CORS headers for fonts (CDN compatibility)
* Extended MIME type coverage
Backend Optimizations:
* Database transients cleanup
* Query optimizations
* Heartbeat API control (60s interval)
* Post revisions limited to 3
* Trash retention reduced to 7 days
* jQuery Migrate removal when not needed
* Self-pingback prevention
* Gravatar query string removal for better caching
* Dashboard widgets cleanup
HOW TO VERIFY OPTIMIZATIONS ARE WORKING
You can check each optimization individually to ensure Zero Config Performance Optimization is working correctly:
Logo Preload: View page source (Ctrl+U) and look for pointing to your logo image.
fetchpriority: Inspect the first image in your content (F12 > Elements). It should have fetchpriority="high" attribute.
Brotli/GZIP Compression: Test at giftofspeed.com/gzip-test – should show compression enabled.
Cache Headers: Check your .htaccess file for a section marked “BEGIN Zero Config Performance” with immutable in Cache-Control headers.
Critical CSS: View page source and look for
