- Notifications
You must be signed in to change notification settings - Fork 1
Repeated auth.uid() calls are slow #24
Copy link
Copy link
Open
Labels
enhancementProposal for new or changed functionalityProposal for new or changed functionality
Description
Metadata
Metadata
Assignees
Labels
enhancementProposal for new or changed functionalityProposal for new or changed functionality
What happened?
Our security rules repeatedly call
auth.uid(). Supabase recommends caching this in an RLS rule and warns that we are not doing this, introducing performance issues.What browsers are you seeing the problem on?
No response