> For the complete documentation index, see [llms.txt](https://docs.videsk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videsk.io/es-console/recomendaciones/ajuste-de-rendimiento.md).

# Ajuste de rendimiento

En las últimas versiones de Google Chrome y navegador basados en Chromium, se ha añadido la opción de modificar el comportamiento basado en la optimización del consumo de batería, memoria RAM y CPU, basado en la desactivación de ciertas funciones para pestañas en segundo plano.

Tal como es en este caso, podrás estar con la consola abierta durante una larga jornada, lo que podría provocar comportamientos anómalos donde alguna función en particular no se ejecute en base a lo esperado.

Para evitar esto deberás:

## 1. Navegar a rendimiento

Deberás ir al siguiente enlace (copia/pega):

```
chrome://settings/performance
```

## 2. Agregar en la lista blanca

El segundo paso es dar clic en el botón ![](/files/uvxrxDekueGIvnCEb4tZ) , luego en la ventana emergente deberás ingresar lo siguiente:

{% hint style="warning" %}
Copia y pega el siguiente texto sin espacios o caracteres extras: <mark style="background-color:blue;">**videsk.io**</mark>
{% endhint %}

Finalmente, das clic en el botón agregar de la ventana emergente ![](/files/4DTiVKKznsbIH9t14Ewo).

{% hint style="info" %}
Esto añadirá a todos nuestros productos a la lista blanca de dominios siempre activos.
{% endhint %}

## 3. Verificar

Si haz añadido correctamente el dominio a la lista blanca de dominios siempre activos deberás ver en el listado videsk.io:

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

En caso que hayas escrito mal o hayas pegado incorrectamente, podrás dar clic en los tres puntos ![](/files/IwM6Sp8YpcyHluxc8iXo) y luego en la opción **Editar**.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.videsk.io/es-console/recomendaciones/ajuste-de-rendimiento.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
