Testing my connection speed
curl -o /dev/null -w "Connect: %{time_connect} TTFB: %{time_starttransfer} Total time: %{time_total} \n" https://300m.com
Testing my connection with a bypass
curl -o /dev/null -w "Connect: %{time_connect} TTFB: %{time_starttransfer} Total time: %{time_total} \n" -kILH "host: 300m.com" https://192.168.0.1
Testing each of 10 servers in my firewall cluster at Sucuri
for i in {11..21}; do curl -o /dev/null -w "Connect: %{time_connect} TTFB: %{time_starttransfer} Total time: %{time_total} \n" -H "Host: 300m.com" cloudproxy1{i}011.sucuri.net -s; done
Test with a bypass IP with Webpagetest
set under advance/script
setDns 300m.com 192.168.0.1
navigate https://300m.com/