Hey guys, I am still facing issues with slow requests, so I made a lot of tests.
And I found that if I make the same request on RPC routes, it's about 2x slower than on API routes.
Here is an example:
/api/rpc/getUsers = 1.22s
/api/getUsers = 624ms
Is there something happening in RPC layer that could explain this?
(I removed authorizations middleware in the resolver)