orchestrator
2020.10
false
Orchestrator user guide
- Getting started
- Best practices
- Tenant
- Actions
- Folders Context
- Automations
- Processes
- Jobs
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Storage Buckets
- Orchestrator testing
- Action Catalogs
- Profile
- System Administrator
- Identity Server
- Authentication
- Other Configurations
- Integrations
- Classic Robots
- Troubleshooting
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>