The Condition Performance screen shows conditional logic evaluation performance metrics at the routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/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
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