
內容簡介
WP Performance Pack 是加速 WordPress 核心的首選方法,無需進行核心修補。它具有改善本地化性能和圖像處理(更快的上傳速度,減少網頁使用空間)的選項。結合 CDN 支持圖像,在前端和後端都提供類似 Jetpack 的 Photon 圖像加速。
功能
改善本地化性能
預設情況下,翻譯 WordPress 是緩慢且使用大量內存,因為 WordPress 核心必須在每次請求時加載所有翻譯。WPPP 通過使用本地 gettext 或動態加載翻譯來提高性能和內存使用率。如果安裝了對象緩存,可選擇性地緩存以進一步提高性能。
使用 PHP gettext 擴展(如果可用)。
動態加載翻譯文件,僅加載和本地化使用的文本。
關閉後端本地化,同時保留前端本地化(由用戶選擇性覆蓋)
緩存翻譯以進一步提高性能。必須安裝持久對象緩存才能生效。
改善圖像處理
按需動態創建中間圖像尺寸,而非在上傳時。
不要在上傳時創建中介圖像,而是在訪問時動態創建中介圖像。
選擇保存中介圖像尺寸還是在每次訪問時重新創建它們。創建的圖像可以保存在與原始圖像文件夾不同的文件夾中。
使用 EXIF 縮略圖(如果有)作為縮略圖圖像的源。這會提高記憶體和 CPU 使用率,因為縮略圖的源要小得多。
調整中介圖像的質量設置。
重新生成縮略圖集成:鉤入縮略圖重新生成過程,以刪除現有中介圖像。支援的外掛: Regenerate Thumbnails,AJAX Thumbnail Rebuild,Simple Image Sizes
停用 WordPress 預設小工具(BETA)
真正停用 WordPress 的預設小工具。其他允許停用 WordPress 預設小工具的外掛只會隱藏它們,但小工具文件仍會被加載。WPPP 真正地刪除了這些小工具:禁用的小工具文件將不會被加載。
CDN 支援
通過 CDN 服務提供(動態生成的)圖像。適用於通過媒體庫上傳的所有圖像,無論是在前端還是在後端。無需在本地保存縮略圖。
如果 CDN 無法返回有效響應,則回退到本地服務。
動態圖像鏈接:顯示文章內容時動態生成圖像 URL。
支援的 CDN:CoralCDN、MaxCDN、自訂
更改或停用 WordPress 功能
停用標題元素,如產生器名稱、RSS 連結等
更改心跳設置
停用編輯鎖定
停用 Emoji 支持
使用持久數據庫連接
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
WP Performance Pack is your first choice for speeding up WordPress core the easy way, no core patching required. It features options to improve localization performance and image handling (faster upload, reduced webspace usage). Combined with CDN support for images, both on Frontend and Backend, this offers similar image acceleration as Jetpack’s Photon.
Features
Improve localization performance
Translating WordPress is slow and uses much memory because by default WordPress loads all translations upon each request. WPPP improves performance and memory usage by using native gettext or dynamic loading of translations. If an object cache is installed optional caching improves performance even further.
Use of PHP gettext extension if available.
Dynamic loading of translation files, only loading and localizing used text.
Disable Backend localization while maintaining frontend localization (with optional override by user)
Caching of translations to further improve performance. A persistent object cache has to be installed for this to be effective.
Improve image handling
Create intermediate image sizes on demand not on upload.
Don’t create intermediate images on upload, instead dynamically create intermediate images when accessed.
Choose to save intermediate image sizes or to recreate them upon each access. Created images can be saved into a folder different from the original images folder.
Use EXIF thumbnail (if available) as source for thumbnail images. This improves memory and cpu usage as the source for the thumbnail is much smaller.
Adjust quality settings for intermediate images.
Regenerate Thumbnails integration: Hook into the thumbnail regeneration process to delete existing intermediate images. Supported plugins: Regenerate Thumbnails, AJAX Thumbnail Rebuild, Simple Image Sizes
Disable WordPress default widgets (BETA)
Really disable WordPress’ default widgets. Other plugins which allow you to disable WordPress default widgets only hide them, but the widgets’ files will still be loaded. WPPP really removes the widgets: Files of disabled widgets won’t get loaded.
CDN support
Serve (dynamically generated) images through CDN. Applies to all images uploaded via media library both on frontend and backend. No need to save thumbnails locally.
Fallback to local serving if CDN fails to return a valid response.
Dynamic image links: Image urls are generated dynamically when displaying post content.
Supported CDNs: CoralCDN, MaxCDN, Custom
Change or deactivate WordPress features
Disable header elements, such as generator name, feed links and more
Change heartbeat settings
Disable edit lock
Disable emoji support
Use persistent database connection
