- 基本情報
- ベスト プラクティス
- テナント
- リソース カタログ サービス
- フォルダー コンテキスト
- 自動化
- プロセス
- ジョブ
- トリガー
- ログ
- 監視
- キュー
- アセット
- ストレージ バケット
- Orchestrator のテスト
- その他の構成
- Integrations
- ホストの管理
- 組織管理者
- トラブルシューティング
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>
動的圧縮のインストール
-
In Server Manager console, on the Manage menu, Select Add Roles and Features. The Add Roles and Features Wizard is displayed.
-
On the Before you begin page, Select Next.
-
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.
-
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.
-
On the Select Server Roles page, in the Roles section, select Web Server (IIS) > Web Server > Performance > Dynamic Content Compression, and Select Next.
-
On the Select features page, Select Next.
-
On the Confirm installation selections page, review your role and server selections, then Select Install. The Dynamic Content Compression feature has been installed.
動的圧縮を有効化する
-
In Server Manager console, on the Tools menu, Select Internet Information Services (IIS) Manager. The IIS Manager is displayed.
-
[接続] ウィンドウで、Orchestrator インスタンスを選択します。
-
In the IIS section, double-Select Compression.
-
[動的コンテンツの圧縮を有効化する] オプションを選択します。
注:動的圧縮を使用すると、プロセッサーの使用率が増加し、サーバーの全体的なパフォーマンスが低下する場合があります。