Y
Hacker News
new
|
ask
|
show
|
jobs
by
icedchai
1516 days ago
Caches also help a ton (redis, memcache...)
1 comments
nesarkvechnep
1516 days ago
Also HTTP caching. It's always funny to me why people, not you in particular, reach for Redis when they don't even use HTTP caching.
link
thedougd
1515 days ago
They didn't build their APIs with an understanding of HTTP verbs (ala RESTful). Mistakes such as POST with a query in body to search for X.
link
nesarkvechnep
1513 days ago
POST with a query as payload is not a problem if the search is a resource.
link