Site Speed
Oh yeah! I have fully upgraded Crippical.org, now it's containerized and can be scaled to multiple origins as a swarm on demand.
It's fast as f🅰️k boiii!
This is us:
This is google:
I'd say that's reasonable.
Oh yeah! I have fully upgraded Crippical.org, now it's containerized and can be scaled to multiple origins as a swarm on demand.
It's fast as f🅰️k boiii!
This is us:
Code:
curl -w "@curl-format.txt" -o /dev/null -s "https://www.crippical.org"
time_namelookup: 0.004
time_connect: 0.007
time_appconnect: 0.124
time_pretransfer: 0.124
time_redirect: 0.000
time_starttransfer: 0.194
----------
time_total: 0.202
Code:
curl -w "@curl-format.txt" -o /dev/null -s "https://www.google.com"
time_namelookup: 0.004
time_connect: 0.008
time_appconnect: 0.136
time_pretransfer: 0.136
time_redirect: 0.000
time_starttransfer: 0.180
----------
time_total: 0.181