• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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