AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Caching on the Data Side of Things
Caching is one of those things you spend time into it. You understand Caching and you will really see a big benefit from it. We use a Redis store to cache really heavily used queries queries that aren't changing very often. It can be made really easy using data loader patterns with caching Via Redis store we used Mercurious which is a graph ql API to do that for us. But I'm sure Apollo can do it just fine as well.