QueryPerformanceProps Type — supabase Architecture
Architecture documentation for the QueryPerformanceProps type/interface in QueryPerformance.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/QueryPerformance/QueryPerformance.tsx lines 10–21
interface QueryPerformanceProps {
queryHitRate: PresetHookResult
queryPerformanceQuery: DbQueryHook<any>
queryMetrics: PresetHookResult
isPgStatMonitorEnabled: boolean
dateRange?: {
period_start: { date: string; time_period: string }
period_end: { date: string; time_period: string }
interval: string
}
onDateRangeChange?: (from: string, to: string) => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free