orchestrator
2020.10
false
- Getting started
- Best practices
- Tenant
- Actions
- Folders Context
- Automations
- Processes
- Jobs
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Storage Buckets
- Test Suite - Orchestrator
- Action Catalogs
- Profile
- System Administrator
- Identity Server
- Authentication
- Other Configurations
- Integrations
- Classic Robots
- Troubleshooting
GZIP Compression
OUT OF SUPPORT
Orchestrator User Guide
Last updated Dec 12, 2023
GZIP Compression
To reduce the size of HTTP responses at the server level and improve Orchestrator's response time, you have the option to compress them using GZIP compression.
Add the
<add mimeType="application/json" enabled="true" />
key in the config file, in the httpCompression
section.
<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>