SupabaseS
Supabase5mo ago
ferdy

RPC call slower via supabase client than via sql editor in the browser

I am working with supabase in an expo project and noticing that an RPC call that takes like 13ms in the sql editor in the supabase console can take 500ms+ via the supabase client.

I am trying to understand where the latency is coming from — is this an unavoidable overhead from the client itself (serialization etc)? Are there any strategies for paring this down?
Was this page helpful?