[WordPress] 外掛分享: WP-FFPC

WordPress 外掛 WP-FFPC 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「WP-FFPC」是 2012-02-15 上架。 目前已經下架不再更新,不建議安裝使用。
  • 目前有 1000 個安裝啟用數。
  • 上一次更新是 2017-02-11,距離現在已有 3004 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.0 以上版本才可以安裝。
  • 有 42 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

cadeyrn |

外掛標籤

apc | cache | nginx | memcached |

內容簡介

警告: WP-FFPC 的開發已被暫停。
如果您需要新功能,請將代碼和拉取請求發送到WP FFPC @ Github。

簡短原因:我在2010年開發了這個插件來支持自己的網站。現在,因為它已經在我仍然維護的一些朋友的網站上運作,而且我不需要任何額外的功能,我不打算用我沒有真正用途的東西來擴展它。在過去的幾年中,我收到了一些令人振奮的捐款,但不幸的是,這個數字從來沒有接近足夠考慮項目的經濟效益。我刪掉了捐款鏈接,現在暫停了它。

WP-FFPC是一個幫助WordPress快取的插件。
它可以與任何Web服務器配合使用,包括但不限於apache2、lighttpd和nginx。

它可以與NGiNX結合配置,但直接從網頁服務器使用memcached外掛,避免使用PHP。

要求

此插件在激活後不會立即生效。您需要在「設置 -> WP-FFPC」中調整設置並保存設置。

WordPress >= 3.0
以下其中之一作為存儲後端的要求之一:

PHP Memcached > 0.1.0 的memcached
PHP Memcache > 2.1.0 的memcached
APC
APCu

強烈建議使用PHP 5.3+,請參閱「已知問題」

已知問題

若PHP < 5.3將不會在管理區顯示錯誤,只會在日誌中顯示錯誤。這是顯示錯誤的限制(admin_notices是仅仅一个钩子而不是过滤器)和早期PHP没有一个正确的匿名函数的缺乏所致。
如果您使用的是PHP 5.4+,避免使用APC後端:使用該設置的插件甚至可能使您的網站變慢。在這種情況下,請使用APCu或memcached。

功能:

不同的後端

使用PHP Memcached的memcached
使用PHP Memcache的memcached
APC
APCu

快取排除選項(首頁、饋料、存檔、頁面、singles;基於正則表達式的URL排除)
較小的Woocommerce支持
(可選)登錄用戶的快取
404快取
規範重定向快取
支持最後修改的HTTP標頭(為304響應)
短鏈條HTTP標頭保留
pingback HTTP標頭保留
用於WP_DEBUG的冗長日誌
多個memcached上游支持
預先快取(手動或按time wp-cron)
帖子、分類和主頁的不同過期時間

原文外掛簡介

WARNING The development of WP-FFPC had been put on hold.
If you need new features, please send code and pull requests to WP FFPC @ Github.
A short why: I developed this plugin in 2010 to support my own site. Right now, as it is, it’s working on a few sites I still maintain for friends and since I don’t need any additional features, I’m not planning to extend it with things I have no real use of. During the past years I’ve received some heartwarming donations – unfortunately the amount never came close to consider the project financially beneficial. I removed the donation links and put it on hold for now.
WP-FFPC is a cache plugin for WordPress.
It works with any webserver, including, but not limited to, apache2, lighttpd, nginx.
It can be configured together with NGiNX but use memcached plugin directly from the webserver, bypassing PHP.
Requirements
This plugin does not kick in right after activation. You have to adjust the setting in Settings -> WP-FFPC and save the settings.*

WordPress >= 3.0
at least one of the following for storage backend:

memcached with PHP Memcached > 0.1.0
memcached with PHP Memcache > 2.1.0
APC
APCu

PHP 5.3+ is really highly recommended, see “Known issues”

Known issues

errors will not be displayed on the admin section if PHP

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WP-FFPC」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


0.1 | 0.2 | 0.3 | 0.4 | 0.5 | 0.6 | 1.0 | 1.1 | 1.2 | 1.3 | 0.2.1 | 0.2.2 | 0.3.1 | 0.3.2 | 0.4.3 | 0.5.1 | 0.6.1 | 1.1.1 | 1.2.1 | 1.2.2 | 1.3.1 | 1.5.0 | 1.6.0 | 1.6.1 | 1.6.2 | 1.6.3 | 1.6.4 | 1.7.2 | 1.7.3 | 1.7.4 | 1.7.5 | 1.7.6 | 1.7.7 | 1.8.0 | 1.8.1 | 1.8.2 | 1.8.3 | 1.8.4 | 1.9.0 | 1.9.1 | 1.10.0 | 1.11.1 |

延伸相關外掛(你可能也想知道)

  • Object Cache 4 everyone 》使用Memcached來進行對象快取以提高服務器性能,或使用磁盤支持進行對象快取,以達到更好的頁面速度和更少的資源和數據庫查詢次數。, 此外,插件可以自動檢測...。
  • WPJAM Basic 》WPJAM Basic 是我爱水煮鱼博客多年来使用 WordPress 整理優化插件的成果,其不僅能夠優化 WordPress,也是 WordPress 果醬團隊進行 WordPress 二次開發的基礎...。
  • MemcacheD Is Your Friend 》Memcached Object Cache 可提供 WordPress 物件快取的持續後端。需要一個 Memcached 伺服器及 PECL Memcached 或 PECL Memcache 擴展和類別之一。, 檢測 PECL...。
  • atec Cache Info 》簡介:此外掛提供 PHP 快取功能的基本統計數據,包括 OPcache、WP-object-cache、APCu、Memcached、Redis 和 SQLite-object-cache。, , 問題與答案:, , 問題...。
  • Use Memcached 》這個外掛已不再維護。, 任意部分, 您可以在 https://github.com/palasthotel/use-memcached 找到文件。。
  • Batcache 》Batcache 使用 Memcached 來存儲並提供渲染過的頁面。它還可以選擇性地緩存重定向。它的速度不如 Donncha 的 WP-Super-Cache,但當基於文件的緩存不實用或不...。
  • Cache Master 》Cache Master 是一款非常輕量且高效能的緩存外掛程式,可即時加速您的 WordPress 網站。, Cache Master 的核心是由 Shieldon Simple Cache 引擎所驅動,該引...。
  • Memcached Redux 》這個外掛會更改著名的 Memcached WP Object Cache 後端,使其實際使用 Memcached 類別(而不是 Memcache 類別)。實現了 wp_cache_get_multi() 和 wp_cache_s...。
  • WP Memcached Manager 》如果您使用 Memcached ,有時從 WordPress 內部管理 Memcached 實例會很方便。, 透過此外掛,您可以檢查 Memcached 伺服器是否運行、查看一些基本的使用統計...。
  • Memcached Object Cache 》Memcached Object Cache 提供 WordPress 物件快取的持久化後端。需要使用 memcached 伺服器以及 PECL memcache 擴充套件。。
  • NGINX Cache Optimizer 》NGINX Cache Optimizer 的主要功能是在您的內容更新時清除 NGINX 快取,例如當您創建新文章、文章被評論等等。此外,如果您的伺服器上有運行中的 Memcached ...。
  • Johnny Cache 》這是測試版。如果有任何問題,很抱歉!請給我留言回報錯誤。, 這個外掛提供了一個管理介面,以 AJAX 方式檢查 Memcached 實例並按鍵或群組清除項目。這應該被...。
  • Debug Bar Cache Lookup 》您是否正在運行類似 memcached 的物件快取?想知道此快取是否發揮作用?。
  • Memcached Cloud 》更改了 wordpress-memcached-backend 後端, 以 Memcached ver. 2.2.0 PECL package 和 SASL 認證支援實現 WP Object Cache。, 在 Heroku 和 AppFog 上原生支...。
  • Clinical Memcachier 》這是一個支援 MemCachier 快取服務的 WordPress 物件快取後端,它需要安裝 Memcached ver. 2.2.0 PECL package 或以上版本才能支援 SASL 功能。, 這是 tollma...。

文章
Filter
Apply Filters
Mastodon