6 ms·
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 wh
by nousermane 4y 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.
- berkle4455 4y agoI’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 4y agoHow 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.
- kevin_thibedeau 4y agoBugzilla routinely falls on its knees just from internal use.
- froh 4y ago> where the cache resides (disk vs memory) local vs CDN that is...
- berkle4455 4y agoThere’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.