My notepad

Chris' IT notes…
← Back

How to bypass Varnish

Test loading speed ignoring Varnish

adding "Cookie: NO_CACHE=1" will make Varnish to pass the request directly to Apache

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