Skip to content

feat(db): cache queries on server to reduce db traffic #1515

Ben Whitmore requested to merge cache-queries-1515 into main

Using a server-side cache to reduce the number of DB queries. See #1515 (closed). I've also removed some unneeded fields that the client was querying from the server via graphql, that resulted in a lot of queries to the DB.

Edited by Ben Whitmore

Merge request reports