• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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