Let's start at the beginning
Fundamentals
What's a web cache?
What is a CDN?
# Request goes to origin server
curl --tlsv1.3 -s -o /dev/null -w "%{time_total}\n" -H "User-Agent: Chrome" https://www.transparentcdn.com/?p=random
0,596708
# Request is serve from CDN server
curl --tlsv1.3 -s -o /dev/null -w "%{time_total}\n" -H "User-Agent: Chrome" https://www.transparentcdn.com/
0,167391Other benefits of a CDN

Transparent Rocks!

Last updated
Was this helpful?
