I looked into the Orchard CMS (version 1.10.3) source code and didn't find anywhere any line suggesting that http headers are set to Accept-Encoding: gzip, deflate
Did I overlook something? How do you essentially enable gzip compression in the CMS?
I looked into the Orchard CMS (version 1.10.3) source code and didn't find anywhere any line suggesting that http headers are set to Accept-Encoding: gzip, deflate
Did I overlook something? How do you essentially enable gzip compression in the CMS?
This should be configured in IIS, which supports compression for both dynamic and static contents. See the IIS documentation for full details.