Varnish Cache Test

Varnish PHP Cache Test can be done with a simple PHP Script. For testing, we will use a random generator script that will generate random numbers between 1-99 on each refresh/reload from the browser. Test script: varnish-test.php <?php echo rand(1, 99); ?> * You would need to place the script in your domain folder and […]

Read More