kevinfoerster

Results 1 comments of kevinfoerster

I ran into this issue as well and build a caching layer using [lowdb](https://github.com/typicode/lowdb). I replaced all the sanity calls with `cachedSanityQuery` providing the `query` and `params` as arguments. it...