/settings/condition-performance.
Overview
The dashboard displays evaluation performance metrics for the conditional logic engine: p50, p95, and p99 latency percentiles, cache hit rate, and method distribution (client, server, cached breakdown). A time-range selector allows filtering by last 7, 30, or 90 days. A trend line chart shows evaluation time over the selected period. A refresh button re-fetches metrics viauseConditionPerformance. The component uses RequirePermission internally.
Who it’s for
SME: confirm —RequirePermission is present in the component; identify the exact permission string from the RequirePermission prop.
Before you start
- An active organization context is required.
Steps
1
Open Condition Performance
Navigate to Settings → Condition Performance.
2
Select time range
Choose a time range (7, 30, or 90 days) from the dropdown.
3
Review summary metrics
Check p50, p95, p99 latency, cache hit rate, and method distribution cards.
4
Inspect trend chart
Review the evaluation-time trend line chart for the selected period.
5
Refresh data
Click the refresh button to reload metrics on demand.
Key concepts
- p50 / p95 / p99 — latency percentile metrics for condition evaluations
- Cache hit rate — proportion of evaluations served from cache vs. recomputed
- Method distribution — breakdown of client, server, and cached evaluations
Related
Platform Foundation
Platform Foundation overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/conditional-logic/pages/ConditionPerformanceDashboard.tsx