Smart Varnish 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 time want to serve cached content to guests..
NOTE This plugin requires knowledge of varnish caching and administration, it will not work out of the box.
We cannot guarantee it will work in every scenario and recommend usage with discretion..
Install Smart Varnish either via WordPress org plugin directory, or by uploading the files to your server..
Activate Smart Varnish through 'Plugins WordPress..
Add the following lines of code to vcl recv in default VCL configuration file. if ( req request ==.
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...
No, you need to add couple of lines of code to your varnish cache configuration files to make it work, check installation procedure...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more