fbpx

Cloudbleed and Varnish


by Danila Vershinin , February 24, 2017

Here is why you shouldn’t use shared cache like Cloudflare. Don’t trust your data to a third party and make use of real private cache – Varnish

Read More...

Varnish and Brotli done right


by Danila Vershinin , February 21, 2017

Enable Brotli compression for faster website performance.. in Varnish with this quick VCL snippet.

Read More...

Varnish Tip: Remove hash from URL?


by Danila Vershinin ,

Let’s use some magic VCL snippet to remove hash from URL in Varnish. Or NOT!

Read More...

Magento 2 and Varnish. Multiple installs on single server


by Danila Vershinin , February 13, 2017

Hosting multiple Magento 2 installations or multi store is easy with this Varnish VCL configuration.

Read More...

Varnish “Backend fetch failed”


by Danila Vershinin , January 20, 2017

Troubleshoot Varnish backend fetch failed 503 error

Read More...

Strip marketing or analytics query parameters with Varnish


by Danila Vershinin , November 12, 2016

Strip unnecessary query parameters with some Varnish VCL magick!

Read More...

Exclude URL from Varnish cache


by Danila Vershinin , September 8, 2016

How to exclude single URL from Varnish

Read More...

Magento 2 Nginx Config for SSL termination & Varnish


by Danila Vershinin , July 15, 2016

This configuration fixes some errors in the NGINX configuration for Varnish that is shipped by Magento 2 team. To use it, place the file into /etc/nginx/sites-available/ and make sure to replace example.com with your own store domain. Requirements NGINX security headers module Varnish installed on the same machine and listening on port 80 Take note […]

Read More...

Varnish Virtual Hosts. The Right Way


by Danila Vershinin , July 11, 2016

Manage Varnish virtual hosts in a clutter-free way by leveraging include files

Read More...

Varnish and JetPack: “Error 503 Backend fetch failed” in WordPress


by Danila Vershinin , June 24, 2016

Varnish and Jetpack in Wordpress may be tricky to setup properly, but it doesn’t need to be that way. Let’s tune things up and make things happen to work well together 🙂

Read More...