How Websites Work
What actually happens between typing an address and seeing a page — DNS, servers, HTML, and the round trip in between.
Beginner8 min readDaksh BathlaContent Delivery Network
A network of servers in many locations that keeps copies of your files, so a visitor is served from somewhere physically near them instead of from one origin server.
A reader in Mumbai and a reader in Berlin both load your site's images from a server in their own region, rather than both waiting on one machine.
Distance costs time, and it's the part of page speed you can fix without changing any code. Most modern hosts include one by default.
What actually happens between typing an address and seeing a page — DNS, servers, HTML, and the round trip in between.
Beginner8 min readDaksh BathlaDeploying is moving code from your machine to one the public can reach. Here's every step in between, and where it usually goes wrong.
Beginner8 min readDaksh Bathla