Remix.run Logo
kouteiheika 10 hours ago

> how does that happen btw?

People write their sites in slow languages "because it's I/O bound anyway" and put content which could easily be static in a DB.

Filligree 10 hours ago | parent | next [-]

A slow DB. If you were to use Redis as a backing store…

Then you’d almost certainly be overcomplicating things, but it shouldn’t be slow.

kelvinjps 10 hours ago | parent | prev [-]

Slow? But this site should have been written in just html and CSS