Y
Hacker News
new
|
ask
|
show
|
jobs
by
gizmo
962 days ago
Serializing json is pretty expensive at scale. I would be shocked if restaurant and menu json doesn't get cached aggressively.
1 comments
cdchn
961 days ago
Bit hard to cache search results.
link
fragmede
961 days ago
depends on how many different queries your think there are. there's a long tail of unique ones, but searching for eg pizza seems eminently cacheable, given magic algorithmic ranking.
link