My notepad

Chris' IT notes…
← Back

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"