# Performance

Loading performance is key to streamlining your operations. Here are a few steps we recommend to take to ensure your Forest Admin project is optimized.

### 1. Show only Smart Fields you absolutely need

![](/files/gTYF4YknGpMJPWCpJBsP)

**Smart Fields** are fields that require a computation: they can therefore lead to a decrease of performance while loading your page. [Hide](/user-guide/getting-started/master-your-ui/using-the-layout-editor-mode/customizing-the-table-view.md#show-hide-fields) any field in your collection that is not required.

### 2. Reduce the number of records per page

![](/files/-LiiDhxLnLML-jLmZV68)

### 3. Reduce the number of fields displayed

![](/files/-LiiDlsYGgnM0JLTMpd_)

{% hint style="info" %}
You can hide some fields in your Table View; this will not prevent you from seeing them in the record Details View.
{% endhint %}

### 4. Show only Relationship fields you absolutely need

Relationship fields are links to other collection records within your Table View:

![](/files/-LiiDsXtAu-iXlVVCfIl)

Having Relationship fields can decrease your performance, especially if your tables have a lot of records. Therefore you should display only those you actually need and use!


---

# 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.forestadmin.com/user-guide/collections/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.
