• 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

Question Google PageSpeed Insights disable for domine?

LorisMod

New Pleskian
I am using the pro version of the Google PageSpeed Insights extension, is there the possibility to disable pagespeed for a domain? I was interested in temporarily deactivating it only for a domain, how is it done?
 
You can do this over Domains > example.com > Apache & Nginx Settings > Additional Apache directives

add there:

Code:
 <IfModule pagespeed_module>
     ModPagespeed off
 </IfModule>
 
Back
Top