UiPath Documentation
orchestrator
2023.10
false
Orchestrator ユーザー ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

GZIP 圧縮

Orchestrator の HTTP 応答で GZIP 圧縮を有効化して、ペイロード サイズを縮小し、サーバーの応答時間を短縮します

サーバーレベルで HTTP 応答のサイズを縮小し、Orchestrator の応答時間を改善するために、GZIP 圧縮を使用してそれらを圧縮することも選択できます。

前提条件

設定ファイルの httpCompression セクションに <add mimeType="application/json" enabled="true" /> キーを追加します。

<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>

動的圧縮のインストール

  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.

動的圧縮を有効化する

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

  2. [接続] ウィンドウで、Orchestrator インスタンスを選択します。

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

  4. [動的コンテンツの圧縮を有効化する] オプションを選択します。

    注:

    動的圧縮を使用すると、プロセッサーの使用率が増加し、サーバーの全体的なパフォーマンスが低下する場合があります。

  • 前提条件
  • 動的圧縮のインストール
  • 動的圧縮を有効化する

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得