Live data from Hacker News

A super fast website using Cloudflare workers

crazyfast.website

31–40 of 83 posts

Re: A super fast website using Cloudflare workers

#31
post #2

Speed: 74ms 241ms … LOL … These 30 ms and 4 ms numbers were typical Apache to Netscape from MAE East and MAE West in 1998. Twenty five years and orders of magnitude more computing later? Same numbers.

But now it's that fast from almost everywhere on the planet, with nearly zero effort from the developer. We've been limited by light speed here, not compute.

Not to mention that device count went up million fold.

Re: A super fast website using Cloudflare workers

#32
post #2

Speed: 74ms 241ms … LOL … These 30 ms and 4 ms numbers were typical Apache to Netscape from MAE East and MAE West in 1998. Twenty five years and orders of magnitude more computing later? Same numbers.

Physics. It's literally just physics.

And with Workers they're accessible from hundreds of locations around the world so you can get this sort of speed from almost anywhere.

Re: A super fast website using Cloudflare workers

#33

Earlier quoted context omitted.

But now it's that fast from almost everywhere on the planet, with nearly zero effort from the developer. We've been limited by light speed here, not compute.

Not to mention that device count went up million fold.

Great point!

Re: A super fast website using Cloudflare workers

#35
post #12

Earlier quoted context omitted.

But now it's that fast from almost everywhere on the planet, with nearly zero effort from the developer. We've been limited by light speed here, not compute.

I get 381ms/401ms on first load and not the claimed ~30ms. I'm not really sure what the point is here though. CDNs and browser cache headers work? Static sites are fast to paint?

I also got initial load times in that range.

The site should be faster, though. I’ve had a small CF workers project that works correctly with quick load times.

Re: A super fast website using Cloudflare workers

#38
The site is indeed instant, those performance tricks does work (inline everything, botli compression, cache, edge network like cdn), BUT the site is also completely empty, it shows nothing except a placeholder.

Things can easily change when you start adding functionalities. One site I like to visit to remind myself of how fast usable websites can be, is Dlangs forum. I just navigate around to get the experience.

https://forum.dlang.org

Post reply on HN