Title: Smart Varnish
Author: Smartpixels
Published: <strong>15. Oktober 2014</strong>
Last modified: 30. August 2016

---

Plugins suchen

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

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

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

# Smart Varnish

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

[Herunterladen](https://downloads.wordpress.org/plugin/smart-varnish.1.0.2.zip)

 * [Details](https://de.wordpress.org/plugins/smart-varnish/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/smart-varnish/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/smart-varnish/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/smart-varnish/#developers)

 [Support](https://wordpress.org/support/plugin/smart-varnish/)

## Beschreibung

[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)**.

## Installation

 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.

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„Smart Varnish“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin
mitgewirkt:

Mitwirkende

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

[Übersetze „Smart Varnish“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/smart-varnish)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/smart-varnish/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/smart-varnish/) 
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/smart-varnish/)
per [RSS](https://plugins.trac.wordpress.org/log/smart-varnish/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

 * Initial release

## Meta

 *  Version **1.0.2**
 *  Zuletzt aktualisiert **vor 10 Jahren**
 *  Aktive Installationen **10+**
 *  WordPress-Version ** 3.5 oder höher **
 *  Getestet bis **4.6.0**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/smart-varnish/)
 * Schlagwörter
 * [varnish](https://de.wordpress.org/plugins/tags/varnish/)[varnish cache](https://de.wordpress.org/plugins/tags/varnish-cache/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/smart-varnish/advanced/)

## Bewertungen

 5 von 5 Sternen.

 *  [  2 5-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/smart-varnish/reviews/?filter=5)
 *  [  0 4-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/smart-varnish/reviews/?filter=4)
 *  [  0 3-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/smart-varnish/reviews/?filter=3)
 *  [  0 2-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/smart-varnish/reviews/?filter=2)
 *  [  0 1-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/smart-varnish/reviews/?filter=1)

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/smart-varnish/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/smart-varnish/)

## Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

 [ Für dieses Plugin spenden ](http://www.smartpixels.net)