# Performance Impact

Performance impact is a unique Digma feature that is only measured in real-world-like scenarios such as end-to-end testing and staging environments.  Therefore, this feature is only activated once you install Digma in a [central environment.](/digma-developer-guide/installation/central-on-prem-install.md)&#x20;

### What is a performance impact?

Digma measures the performance of each asset, but looking at that number does not necessarily provide useful information about what requires optimization. For example, you may encounter queries that are pretty slow but are hardly used at all, or HTTP calls that take up a substantial amount but are called asynchronously or are a part of such a long operation that their effect on the whole request is negligible.&#x20;

The performance impact analysis aims to answer this very question. Namely - "punch for the bucks" How much would I gain in optimizing this particular asset?

### Where can I see the performance impact of an asset?

You can see the performance impact of each asset in the Assets tab, and even sort each category of assets based on that value to find the most impactful candidates for optimization.

You can also access the Digma dashboards via the Insights Panel to see a scoreboard for the most impactful client assets:

<figure><img src="/files/uwLOZ1eAL7535eh5sDVY" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digma.ai/digma-developer-guide/digma-features/performance-impact.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
