QUERY_PERFORMANCE_REPORT_TYPES Type — supabase Architecture
Architecture documentation for the QUERY_PERFORMANCE_REPORT_TYPES type/interface in QueryPerformance.constants.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/QueryPerformance/QueryPerformance.constants.ts lines 1–6
export enum QUERY_PERFORMANCE_REPORT_TYPES {
MOST_TIME_CONSUMING = 'most_time_consuming',
MOST_FREQUENT = 'most_frequent',
SLOWEST_EXECUTION = 'slowest_execution',
UNIFIED = 'unified',
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free