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

How to install Varnish

How to install Varnish on the CentOS Web Panel servers In CWP.admin left menu go to: -> WebServer Settings -> Select WebServers after you save & rebuild the configuration varnish will be installed. Varnish gets activated per domain and that means you will need to manually activate it for each domain. How to activate Varnish […]

Read More