> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Condition Performance

> Dashboard showing conditional logic evaluation metrics including p50/p95/p99 latency, cache hit rate, and method distribution.

The Condition Performance screen shows conditional logic evaluation performance metrics at the route `/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 via `useConditionPerformance`. 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

<Steps>
  <Step title="Open Condition Performance">Navigate to Settings → Condition Performance.</Step>
  <Step title="Select time range">Choose a time range (7, 30, or 90 days) from the dropdown.</Step>
  <Step title="Review summary metrics">Check p50, p95, p99 latency, cache hit rate, and method distribution cards.</Step>
  <Step title="Inspect trend chart">Review the evaluation-time trend line chart for the selected period.</Step>
  <Step title="Refresh data">Click the refresh button to reload metrics on demand.</Step>
</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

<Columns cols={2}>
  <Card title="Platform Foundation" icon="layer-group" href="/pf/overview">
    Platform Foundation overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  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.
</Note>

<Accordion title="Documentation sources">
  * src/routes/platform.tsx
  * src/platform/conditional-logic/pages/ConditionPerformanceDashboard.tsx
</Accordion>
