Cache Rest API/Graphql results on to reduce load time?

If you are looking for a graphql cache solution: I found that urqls document cache works really well. In our app, which mostly waits for database responses, this alone brought down the build time from 40 to 12 minutes.

More about how the document cache works: Document Caching | urql Documentation