# Performance Commands

### Where to find Performance Commands

Go to the Developer Console, you can find all the needed commands with **`find cvar <input>`**

<table border="1" id="bkmrk-command-information-" style="border-collapse: collapse; width: 100%;"><tbody><tr><td class="align-center" style="width: 50%;">##### **Command**

</td><td class="align-center" style="width: 50%;">##### **Information**

</td></tr><tr><td style="width: 50%;">**find cvar**</td><td style="width: 50%;">Displays information about cvar and the commands that include cvar.</td></tr><tr><td style="width: 50%;">**find cvar r\_**</td><td style="width: 50%;">Displays ALL performance commands.</td></tr><tr><td style="width: 50%;">**find cvar r\_ shadow**</td><td style="width: 50%;">Displays commands that affect shadows.</td></tr><tr><td style="width: 50%;">**find cvar r\_ texture**</td><td style="width: 50%;">Displays commands that affect textures.</td></tr><tr><td style="width: 50%;">**find cvar r\_ water**</td><td style="width: 50%;">Displays commands that affect water.</td></tr></tbody></table>

<p class="callout info">The space after **r\_** is important for finding all the performance-based commands that includes the word after it.</p>

### Recommended Performance Commands

Reduce the values of the following (lower value = better performance):

- **r\_antialiasing**
- **r\_dof**
- **r\_hdrBloom**
- **r\_shadowAtlasWidth**
- **r\_textureLodBias**
- **r\_waterReflections**
- **r\_waterReflectionsTAA**

Set the following to 1:

- **r\_skipDecals**
- **r\_skipMaterialBlending**

### See Also

- [Console Variables (CVAR)](https://wiki.eternalmods.com/books/3-command-console/page/console-variables-cvar)