How to Enable IIS Dynamic Compression
Dynamic Compression in IIS can help to improve performance in the Actions Express UI.
Prerequisites
- Administrator access to the server with IIS
- IIS installed on the server
Instructions
Install the Dynamic Content Compression
- Open the Server Manager.
- Click Add Roles and Features.
- Navigate to Internet Information Services (IIS).
- Under Performance Features, select Dynamic Content Compression.
- Click Install.
Enable the Dynamic Compression in IIS Manager
- Open the Internet Information Services (IIS) Manager.
- Select the server name on the Server Home page.
- Click Compression under IIS settings.
- Configure the settings:
- Check Enable Dynamic Content Compression.
- Change the Static Compression Value to 256.
- Uncheck the Per Application Pool Disk Limit.
- Click Apply.
Update Configuration in IIS Management
- Navigate to Management > Configuration Editor.
- Go to
system.webServer/httpCompressionin the Configuration Editor. - Click DynamicTypes and then click the ellipsis
(...)button. - Click Add and enter the folloing MIME types with Enabled = true:
application/xaml+xmlapplication/atom+xmlimage/svg+xmlimage/pngtext/htmlfont/woff2font/x-woffapplication/font-woff2application/json
- Click Apply.
Restart IIS
Open Command Prompt as an Administrator.
Run the following command:
IIRESET
note
The first login will be slower as pages are cached.