Slow requests for Postgrest after upgrading to 12.0.2
Went from 200ms -> 1.3seconds
It is patching some json data 40kb to jsonb field
/rest/v1/page_versions?id=eq.f06559cc
Request Method:
PATCH
Also upgraded to latest Supabase-js
Any tips would be much appreciated, I really wanted the benefit of JWT caching
Extra notes:
It is patching some json data 40kb to jsonb field
/rest/v1/page_versions?id=eq.f06559cc
Request Method:
PATCH
Also upgraded to latest Supabase-js
Any tips would be much appreciated, I really wanted the benefit of JWT caching
Extra notes:
- Requests to auth took 130ms
- get request to same table