top | item 35200085

(no title)

nousermane | 3 years ago

Hug of death from HN visitors.

For fellow website admins, this is your regular reminder to use static site generators, where possible, and server-side cache where not.

discuss

order

berkle4455|3 years ago

I’d argue SSG and caching are the same solution just a difference in where the cache resides (disk vs memory) and warming strategy (on-demand vs preemptive)

throwaway81523|3 years ago

How often does a bug tracker get that much traffic? And using an SSG for one when tons of the queries will have specific filtering terms doesn't seem so great either.

froh|3 years ago

> where the cache resides (disk vs memory)

local vs CDN that is...