mirror of
https://github.com/supabase/supabase.git
synced 2026-09-11 04:21:47 +08:00
15 lines
625 B
Plaintext
15 lines
625 B
Plaintext
---
|
|
title: Performance and Security Advisors
|
|
subtitle: Check your database for performance and security issues
|
|
---
|
|
|
|
You can use the Database Performance and Security Advisors to check your database for issues such as missing indexes and improperly set-up RLS policies.
|
|
|
|
## Using the advisors
|
|
|
|
In the dashboard, navigate to [Security Advisor](/dashboard/project/_/database/security-advisor) and [Performance Advisor](dashboard/project/_/database/performance-advisor) under Database. The advisors run automatically. You can also manually rerun them after you've resolved issues.
|
|
|
|
## Available checks
|
|
|
|
<DatabaseAdvisorsIndex />
|