Monitor and optimize Supabase project
· 9 min read
How to Monitor Slow Queries in Supabase
Supabase provides powerful, built-in tools to help you identify and diagnose slow queries. The key is to leverage the pg_stat_statements
extension, which is enabled by default on all Supabase projects [1, 4].