UiPath Documentation
orchestrator
2024.10
false
Guía del usuario de Orchestrator
Importante :
La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Compresión en GZIP

Habilita la compresión GZIP para las respuestas HTTP en Orchestrator para reducir el tamaño de la carga útil y mejorar el tiempo de respuesta.

Para reducir el tamaño de las respuestas HTTP en el ámbito de servidor y mejorar el tiempo de respuesta de Orchestrator, tienes la opción de comprimirlos mediante GZIP.

Requisitos previos

Añade la clave <add mimeType="application/json" enabled="true" /> en el archivo de configuración, en la sección httpCompression .

<httpCompression>
      <dynamicTypes>
        <remove mimeType="text/csv" />
        <add mimeType="text/csv" enabled="true" />
        <add mimeType="application/json" enabled="true" />
      </dynamicTypes>
    </httpCompression>
<httpCompression>
      <dynamicTypes>
        <remove mimeType="text/csv" />
        <add mimeType="text/csv" enabled="true" />
        <add mimeType="application/json" enabled="true" />
      </dynamicTypes>
    </httpCompression>

Instalar la Compresión dinámica

  1. In Server Manager console, on the Manage menu, Select Add Roles and Features. The Add Roles and Features Wizard is displayed.

  2. On the Before you begin page, Select Next.

  3. On the Select installation type page, select Role-based or feature-based installation or Remote Desktop Services installation, and Select Next. More details on the official Microsoft documentation. Select Next.

  4. On the Select destination server page, select a server from the server pool, or select an offline VHD, and Select Next. More details on the official Microsoft documentation. Select Next.

  5. On the Select Server Roles page, in the Roles section, select Web Server (IIS) > Web Server > Performance > Dynamic Content Compression, and Select Next.

  6. On the Select features page, Select Next.

  7. On the Confirm installation selections page, review your role and server selections, then Select Install. The Dynamic Content Compression feature has been installed.

Habilitar compresión dinámica

  1. In Server Manager console, on the Tools menu, Select Internet Information Services (IIS) Manager. The IIS Manager is displayed.

  2. En el panel Conexiones selecciona tu instancia de Orchestrator.

  3. In the IIS section, double-Select Compression.

  4. Selecciona la opción Habilitar compresión de contenido dinámico.

    Nota:

    El uso de la compresión dinámica puede aumentar la utilización del procesador y reducir el rendimiento general del servidor.

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado