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

Bit hard to cache search results.
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.