Hacker News new | ask | show | jobs
by berkle4455 1185 days 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)
2 comments

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.
Bugzilla routinely falls on its knees just from internal use.
> where the cache resides (disk vs memory)

local vs CDN that is...

There’s nothing about SSG or caching that requires use of a CDN, and it may be helpful in both scenarios as it’s just literally another cache.