このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

NGINX Cache Optimizer

説明

The main functionality of NGINX Cache Optimizer is to purge your NGINX cache whenever your content updates. For example, when you create a new post, someone comments your articles, etc. In addition to that, if you have a working Memcached service on your server, the plugin will allow you to easily configure and enable WordPress to use it.

Requirements

In order to work correctly, this plugin requires that your server meets the following criteria:

  • NGINX configured to cache dynamic content
  • Writable permissions for the user executing PHP scripts on the NGINX cache folder

Configuration

Dynamic Cache Settings

  • nginx Cache Directory –
  • Dynamic Cache ON/OFF –
  • AutoFlush Cache ON/OFF –
  • Purge Cache – Manually purge all cached data from the NGINX cache

Exclude URLs From Dynamic Caching

This field allows you to exclude URLs from the cache. This means that if you need certain parts of your site to be completely dynamic, you need to add them into this list. Type in the last part of the URL that you want to be excluded. For example, if you type in ‘url’, then ‘/path/to/url/’ will be excluded but ‘/path/to/’ and ‘/path/to/url/else/’ won’t.

Memcached Settings

  • Memcached Instance IP Address – The IP address of the Memcached service. By default, it’s set to 127.0.0.1.
  • Memcached Instance Port – The port on which Memcached is running. By default, memcached uses port: 11211
  • Enable Memcached – this is the main Memcached support switch. Once you enter your Memcached server IP address and port, you need to actually enable it by setting this option to ON.

インストール

Automatic Installation

  1. Go to Plugins -> Add New
  2. Search for “NGINX Cache Optimizer”
  3. Click on the Install button under the NGINX Cache Optimizer plugin
  4. Once the plugin is installed, click on the Activate plugin link

Manual Installation

  1. Login to the WordPress admin panel and go to Plugins -> Add New
  2. Select the ‘Upload’ menu
  3. Click the ‘Choose File’ button and point your browser to the NGINXCacheOptimizers.zip file you’ve downloaded
  4. Click the ‘Install Now’ button
  5. Go to Plugins -> Installed Plugins and click the ‘Activate’ link under the WordPress NGINX Cache Optimizer listing

評価

このプラグインにはレビューがありません。

貢献者と開発者

NGINX Cache Optimizer はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“NGINX Cache Optimizer” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0

  • Plugin created.

1.1

  • Links updated.