Why Is This Website Slow for You But Fast for Me?
A short story about geography, the internet, and vibes
So picture this.
You open a website.
It loads instantly.
You blink. It’s already there.
Someone else opens the exact same website on the same day, and suddenly it’s:
- “Is this site down?”
- “It’s so slow”
- “Can someone check?”
Welcome to the internet, where distance still matters and vibes are measured in milliseconds.
The Internet Is Not Magic (Sadly)
We like to pretend the internet is just ✨ everywhere ✨, but in reality, it’s more like:
Food delivery
If the kitchen (aka the servers) is:
- 10 minutes away → food arrives hot 🍔🔥
- 10 hours away → food arrives cold, confused, and questioning life 🥶
Now replace:
- Kitchen = servers (AWS, real data centers, actual buildings with blinking lights)
- Food = data
- Delivery guy = packets screaming across the ocean
Congratulations, you now understand latency.
Geography Enters the Chat 🌏
Let’s say the system lives somewhere in Singapore.
People opening it from:
- Philippines → fast
- Japan / South Korea / East Asia → still pretty fast
- Western countries (US, parts of Europe) → now we’re swimming across the Pacific
Same system.
Same code.
Same internet.
Different continents doing different amounts of cardio.
“But We Have Cloudflare”
Yes.
And that helps. A lot.
CDNs (like Cloudflare) are basically:
“Let’s put snacks closer to people so they don’t have to go to the main kitchen every time.”
Static stuff:
- images
- fonts
- scripts
Usually loads fast from nearby locations.
But dynamic stuff?
- server-side rendering
- API calls
- authenticated pages
Those still have to:
go back home
to the main server
in Singapore
Every. Single. Time.
“But It’s Fast When I Check?”
Yes.
Because you’re standing next to the kitchen.
I literally checked it myself:
- Globe Data
- TNT Data (because yes, two SIMs, why not)
Same phone.
Same day.
Different networks.
Everything loaded fine.
Why?
Because I’m in the Philippines, which is… surprise… close to Singapore.
This is not a flex.
This is geography.
“Try Googling It First”
This is the tech equivalent of:
“Try turning it off and on again”
And sometimes… it works 😭
Why?
- Cached pages
- CDN edge locations
- Google already knowing where you are
It’s not superstition.
It just feels like it.
A Real-Life Analogy (Because We Love Those)
Imagine yelling to your friend:
- Friend is in the same room →
- “HEY” → “WHAT” (0.2 seconds)
- Friend is on another continent →
- “HEY” → undersea cable noises → “WHAT” (eventually)
Now imagine doing that:
- from the US
- to Singapore
- dozens of times
- per page load
That’s your “slow website”, okay Ezekiel?
The Uncomfortable Truth
A website can be:
- Built on AWS
- Fronted by Cloudflare
- Optimized
- Cached
- Blessed by the SEO gods
…and still feel slow if you’re opening it from far, far away.
The internet does not teleport.
It swims.
Across oceans.
With cables.
Very long cables.
Final Thought
If a website is fast for you but slow for someone else, it doesn’t mean:
- The system is broken
- The infra is trash
- The devs forgot how to code
It usually just means:
You’re closer to the servers.
That’s it.
That’s the post.
That’s the rant.