• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Plesk Panel 11.5.30 and gzip

I know how it can be configured on Plesk for Linux but I do not know about Plesk for Windows.
But you can test gzip compression on your Plesk domain with following curl command:

curl --header "Accept-Encoding: gzip,deflate,sdch" -I http://domain.com
 
In order to use the gzip feature, you may have to enable the dynamic compression feature in the IIS feature pane. Do you have this feature enabled in the IIS?
 
Back
Top