這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WPBase Cache

描述

Plugin is developed to optimize wordpress deployment on varnish + nginx + php-fpm + php-apc server stack using three type of caches full page cache, db cache and opcode cache. This plugin includes nginx-compatibility, db-cache-reloaded-fix for nginx and database cache. This plguin also support varnish cache management with given default.vcl. We have included sample file for nginx and varnish configurations in utils folder. This plugin will automatically invalidate caches upon certain actions from wordpress admin panel.

Thanks to:

  • Ivan Kristianto
  • Vladimir Kolesnikov

Visit our blog for more information on deployment of wordpress on varnish, nginx and php-fpm stack at WPOven Blog.

Please note that generally shared hosting don’t have varnish + nginx as server software so this plugin will not work on shared hostings.

安裝

  1. copy and paste contents of utils/varnish-default.vcl in your vcl file
  2. copy and paste contents of utils/nginx-sample in your nginx vhosts file
  3. restart both varnish and nginx
  4. Put the plugin folder into [wordpress_dir]/wp-content/plugins/
  5. Make folders [wordpress_dir]/wp-content/ and [wordpress_dir]/wp-content/plugins/wpbase-cache/inc/db-cache-reloaded-fix writable, change their permission to 755.
  6. Go into the WordPress admin interface and activate the plugin
  7. Optional: go to the options page and configure the plugin

Before upgrade DEACTIVATE the plugin and then ACTIVATE and RECONFIGURE!

常見問題

No FAQs avilable yet

評價

閱讀全部4個評價

貢獻者及開發者

“WPBase Cache” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WPBase Cache 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.1

Major bug fixes

1.0.0

First stable version of plugin