Remix.run Logo
jonplackett 4 days ago

Really need to use a CDN before you get #1 on HN

charles_f 4 days ago | parent | next [-]

I'm on a shared hosting instance with relatively low resource allocation but reasonable bandwidth, and made #1 several times while never having issues loading. As long as your content is static and doesn't generate load on your server, you should be fine serving a lot of concurrent requests. Issues start when serving content relies on a database, or you serve large content

diggan 4 days ago | parent | prev | next [-]

I mean not really, as always you just need to make sure you're not doing 10s of dynamic calls for each page load and if you do, add some minute-long cache at least. Most of the stuff that gets hugged to death really shouldn't, most of the times it's just static content that is trivial to host on even $10/month instances.

FranOntanaya 4 days ago | parent [-]

The amount of calls on some pages displaying the simplest stuff is mind-boggling. 160 requests for a page just displaying a HTML5 video and a title, 360 requests for a Reddit page, it's nuts. We don't need to be like this.

yetihehe 4 days ago | parent [-]

"We and our 350 partners care about your privacy".

ranguna 3 days ago | parent | prev | next [-]

Iirc HN itself does not have a CDN.

stared 4 days ago | parent | prev | next [-]

It was not my intention to bring the HN hug of death.

(For a reference, I shared a link, I am not the author.)

habibur 4 days ago | parent | prev | next [-]

caching is the solution. don't serve dynamic content w/o html caching.

kator 4 days ago | parent | prev | next [-]

LLM vibe coded site and architecture?

mirekrusin 4 days ago | parent | next [-]

How many microservices, sql joins, distributed kafka piplelines etc. we currently recommend for serving static, public article?

scotty79 4 days ago | parent | prev [-]

Dumping things on Cloudflare is clever architecture now?

4 days ago | parent | prev | next [-]
[deleted]
ekianjo 4 days ago | parent | prev [-]

not if you have a static site