Devographics / Monorepo

Monorepo containing the State of JS apps
surveyform-sigma.vercel.app
Other
127 stars 52 forks source link

API cache #394

Open eric-burel opened 3 months ago

eric-burel commented 3 months ago

Mongodb is oversollicited by queries that are always the same, we should focus on adding a cache in API resolvers for the most common data

Normally this is already done with Redis => check that its ok