Getting Started with PCC > Configuration > Enabling Gzip Compression in IIS on Windows |
An easy way to improve performance and loading times is to make sure that the page content sent from the PCC server to the browser has been Gzip-compressed. If you have installed PCC on a Linux machine, this happens automatically. If you have installed PCC on Windows, there are some changes you will need to make to your server and to IIS to ensure that document content is Gzip-compressed.
To enable Gzip compression on your Windows PCC server:
appcmd.exe set config -section:system.webServer/httpCompression/+"dynamicTypes.[mimeType='image/*',enabled='True']" /commit:apphost