UiPath Documentation
orchestrator
2025.10
true
Guia do usuário do Orchestrator
Importante :
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Compactação com GZIP

Habilite a compactação GZIP no nível do servidor para reduzir o tamanho da resposta HTTP e melhorar o desempenho do Orchestrator

Para reduzir o tamanho das respostas HTTP no nível do servidor e melhorar o tempo de resposta do Orchestrator, você tem a opção de compactá-las usando a compactação GZIP.

Pré-requisitos

Adicione a chave <add mimeType="application/json" enabled="true" /> no arquivo de configuração, na seção 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 a compressão 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 a compressão dinâmica

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

  2. No painel Conexões, selecione sua instância do Orchestrator.

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

  4. Selecione a opção Habilitar compressão de conteúdo dinâmica.

    Observação:

    O uso da compressão dinâmica pode aumentar a utilização do processador e reduzir o desempenho geral do servidor.

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades