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

# Enable Performance Mode • AI Agent SDK

> enable_performance_mode: Enable performance mode for minimal telemetry overhead.

# enable\_performance\_mode

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**telemetry**](../modules/telemetry) module.

Enable performance mode for minimal telemetry overhead.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def enable_performance_mode() -> Any
```

### Returns

<ResponseField name="Returns" type="Any">
  The result of the operation.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/telemetry/__init__.py#L127">
  `praisonaiagents/telemetry/__init__.py` at line 127
</Card>
