Seth Madison
03/02/2023, 7:53 PMCall
takes order 45ms on a modern MBP in Chrome, and parsing parsing the response takes order 70ms.
This compared with ~5ms to build the same Call
and ~2ms to parse it using the JS Apollo client.
Are there tricks that folks know of to improve the situation?
We’re considering just using external
functions that are implemented on the JS side to make the GraphQL queries.mbonnin
03/02/2023, 9:14 PMCall
part especially looks loooong. There's nothing crazy going on there. Feel free to open an issue and we'll investigate thisSeth Madison
03/02/2023, 11:33 PMCall
building (and request making) process.