• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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