Hi everyone,
We are currently building an Electron with React app where we need to query some data in real time and
We were using firebase realtime database but we are experiencing a major lag in our app ever since we’ve started to use it. We are considering using Apollo GraphQL client using Websockets with high urgency.
We have tried a few optimisations but we are now wondering what else to do.
Our biggest concern is if we use Apollo client with Websockets, does that consume a lot of CPU resources? Anyone has experience with this?