How to bypass Varnish

Test loading speed ignoring Varnish

>> adding “Cookie: NO_CACHE=1” will make Varnish to pass the request directly to Apache

time curl -I http://example.com/pagetotest -H "Cookie: NO_CACHE=1"