LorisMod New Pleskian Feb 5, 2019 #1 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?
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?
Martin Dias QA Engineer Staff member Feb 5, 2019 #2 You can do this over Domains > example.com > Apache & Nginx Settings > Additional Apache directives add there: Code: <IfModule pagespeed_module> ModPagespeed off </IfModule>
You can do this over Domains > example.com > Apache & Nginx Settings > Additional Apache directives add there: Code: <IfModule pagespeed_module> ModPagespeed off </IfModule>
Martin Dias QA Engineer Staff member Feb 5, 2019 #4 LorisMod said: Perfect, if I wanted to exclude only one directory? Click to expand... It should work over a .htaccess in that folder instead of using the apache & Nginx Settings
LorisMod said: Perfect, if I wanted to exclude only one directory? Click to expand... It should work over a .htaccess in that folder instead of using the apache & Nginx Settings