> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/ribbon-menu-bar/file/settings/performance.md).

# Performance

Go to ***File – Settings – Performance*** to control the behavior of the application with respect to performance.

#### Performance <a href="#performance" id="performance"></a>

| OPTION                      | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Hardware acceleration**   | <p>Select in the drop-down list how Remote Desktop Manager will handle hardware acceleration:</p><ul><li><em><strong>Default (Automatic)</strong></em>: Graphics rendering is completely left to the operating system.</li><li><em><strong>Disabled (GDI+)</strong></em>: Hardware acceleration is forced disabled.</li><li><p><em><strong>DirectX</strong></em>: Hardware acceleration is forced enabled. The graphics rendering is performed by the graphics card. Performance is sped up in some cases, which is often required for high resolutions.</p><p>This setting does not need to be modified unless there are UI performance issues.</p></li></ul> |
| **Optimize UI Performance** | Optimize the user interface for better performances.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **Session list refresh**    | Set the refresh delay for the opened connection tree.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |

#### Avalonia rendering <a href="#avalonia-rendering" id="avalonia-rendering"></a>

| OPTION                                          | DESCRIPTION                                                                                                                                                       |
| ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Enable AngleEgl rendering mode**              | Use ANGLE (Almost Native Graphics Layer Engine) with EGL to translate OpenGL ES API calls into hardware-supported APIs like Vulkan, Desktop GL, or Direct3D 9/11. |
| **Enable direct composition mode**              | Use Windows DirectComposition for faster, hardware-accelerated UI rendering.                                                                                      |
| **Enable redirection surface composition mode** | Render offscreen first to prevent tearing and glitches.                                                                                                           |
| **Enable software rendering mode**              | Force UI rendering using the CPU instead of the GPU.                                                                                                              |
| **Enable WinUI composition mode**               | Leverage modern Windows UI features for smoother transitions and animations.                                                                                      |

#### Other options <a href="#other-options" id="other-options"></a>

| OPTION                 | DESCRIPTION                                                                                                                                                               |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Show custom images** | Enable the loading of custom images in the tree view. Note that too many custom images could dramatically increase the size of the workspace and load time.               |
| **Show favicon cache** | Enable the favicon cache to store favicons locally, avoiding fetching them from the web on every load. Disabling this feature is not recommended for performance reasons. |
| **Enable gravatars**   | Enable Gravatar images to display profile pictures associated with user accounts throughout the application.                                                              |
| **Show user gravatar** | Display the Gravatar profile image associated with the current user.                                                                                                      |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.devolutions.net/rdm/ribbon-menu-bar/file/settings/performance.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.
