Title: Smart Varnish
Author: Smartpixels
Published: <strong>2014年10月15日</strong>
Last modified: 2016年8月30日

---

プラグインを検索

![](https://ps.w.org/smart-varnish/assets/banner-772x250.png?rev=1007664)

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

![](https://ps.w.org/smart-varnish/assets/icon-256x256.png?rev=1007664)

# Smart Varnish

 作者: [Smartpixels](https://profiles.wordpress.org/smartpixels/)

[ダウンロード](https://downloads.wordpress.org/plugin/smart-varnish.1.0.2.zip)

 * [詳細](https://ja.wordpress.org/plugins/smart-varnish/#description)
 * [レビュー](https://ja.wordpress.org/plugins/smart-varnish/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/smart-varnish/#installation)
 * [開発](https://ja.wordpress.org/plugins/smart-varnish/#developers)

 [サポート](https://wordpress.org/support/plugin/smart-varnish/)

## 説明

[Smart Varnish](http://www.smartpixels.net/?post_type=products&p=628) A simple plugin
to bypass varnish caching for logged in users and serve uncached content.

Useful for websites that don’t want to serve cached content for logged in users 
and at the same time want to serve cached content to guests.

**NOTE:** This plugin requires knowledge of varnish caching and server administration,
it will not work out of the box. We cannot guarantee it will work in every scenario
and recommend usage with discretion.

Please follow the **[tutorial here](http://www.smartpixels.net/?p=650)**.

## インストール

 1. Install Smart Varnish either via the WordPress.org plugin directory, or by uploading
    the files to your server.
 2. Activate Smart Varnish through the ‘Plugins’ menu in WordPress.
 3. There are no settings. Make sure that you edit your varnish configurations files
    and restart varnish server.

Add the following lines of code to vcl_recv in default VCL configuration file.

    ```
    if( req.request == "POST" || req.http.cookie ~ "smart_varnish_bypass" )
      {
        return( pass );
      }
    ```

**Warning:** If you don’t have the expertise to edit the varnish configurations 
its better to hire some help as you could damage your server irreparably.

## FAQ

  Is there a demo ?

No

  Will it work out of the box?

No, you need to add couple of lines of code to your varnish cache configuration 
files to make it work, check installation procedure.

  Can we help in installing the plugin on your server?

Yes we can! [Get in touch](http://www.smartpixels.net/contact/)

  Does it work for varnish 3.0?

Works.

## 評価

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

## 貢献者と開発者

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

貢献者

 *   [ Smartpixels ](https://profiles.wordpress.org/smartpixels/)
 *   [ Arul ](https://profiles.wordpress.org/arulpr/)

[“Smart Varnish” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/smart-varnish)

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

[コードを閲覧](https://plugins.trac.wordpress.org/browser/smart-varnish/)するか、
[SVN リポジトリ](https://plugins.svn.wordpress.org/smart-varnish/)をチェックする
か、[開発ログ](https://plugins.trac.wordpress.org/log/smart-varnish/)を [RSS](https://plugins.trac.wordpress.org/log/smart-varnish/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

 * Initial release

## メタ

 *  バージョン **1.0.2**
 *  最終更新日 **10年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 3.5またはそれ以降 **
 *  検証済み最新バージョン: **4.6.0**
 *  言語
 * [English (US)](https://wordpress.org/plugins/smart-varnish/)
 * タグ
 * [varnish](https://ja.wordpress.org/plugins/tags/varnish/)[varnish cache](https://ja.wordpress.org/plugins/tags/varnish-cache/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/smart-varnish/advanced/)

## 評価

 5つ星中5つ星

 *  [  2 5-星レビュー     ](https://wordpress.org/support/plugin/smart-varnish/reviews/?filter=5)
 *  [  0 4-星レビュー     ](https://wordpress.org/support/plugin/smart-varnish/reviews/?filter=4)
 *  [  0 3-星レビュー     ](https://wordpress.org/support/plugin/smart-varnish/reviews/?filter=3)
 *  [  0 2-星レビュー     ](https://wordpress.org/support/plugin/smart-varnish/reviews/?filter=2)
 *  [  0 1-星レビュー     ](https://wordpress.org/support/plugin/smart-varnish/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/smart-varnish/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/smart-varnish/reviews/)

## 貢献者

 *   [ Smartpixels ](https://profiles.wordpress.org/smartpixels/)
 *   [ Arul ](https://profiles.wordpress.org/arulpr/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/smart-varnish/)

## 寄付

このプラグインが今後も改善できるよう応援しませんか ?

 [ このプラグインに寄付 ](http://www.smartpixels.net)