Live data from Hacker News

A super fast website using Cloudflare workers

crazyfast.website

1–10 of 83 posts

Re: A super fast website using Cloudflare workers

#5
My blog directory/search engine [1] runs on Cloudflare workers as well. I was able to get pretty good results, too. For example, the listing of 1200+ blogs [2], each with 5 latest posts, loads in ~500ms. A single post with a list of related posts, loads in ~200ms. Yeah, it's still a lot, but it includes all the normal web app logic like auth middlewares, loading user settings, and states; everything is rendered server-side, no rich frontend code (apart from htmx for a couple of buttons to make simple one-off requests like "subscribe to blog" or "add to favorites"). A static page (like /about) usually loads in ~100ms.

This is a bit stochastic because of regions and dynamic allocation of resources. So, e.g. if you're the first user from a large georgraphic region to visit the website in the last several hours, your first load will be longer.

My other project (a blog platform) contains a lot of optimizations, so posts [3] load pretty much as fast as that example from the thread, i.e. 60-70ms.

1. https://minifeed.net/

2. https://minifeed.net/blogs

3. https://rakhim.exotext.com/but-what-if-i-really-want-a-faste...

Re: A super fast website using Cloudflare workers

#6
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.

I know, right? Almost 30 years and no progress in the speed of light? What are all these engineers even doing?

Re: A super fast website using Cloudflare workers

#7
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.

Re: A super fast website using Cloudflare workers

#9
post #6
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.

I know, right? Almost 30 years and no progress in the speed of light? What are all these engineers even doing?

Right right! Like we used to have concord back in the day and we are just getting slower innit.

Re: A super fast website using Cloudflare workers

#10
post #6

Earlier quoted context omitted.

I know, right? Almost 30 years and no progress in the speed of light? What are all these engineers even doing?

Right right! Like we used to have concord back in the day and we are just getting slower innit.

For real
Post reply on HN