Disable Pagespeed

On our shared servers, we have pagespeed module enabled in nginx (the front web server).  This module should improve page load speeds better then are already fast load speeds. 

However, if you ever want to disable pagespeed, just do the following:

  1. Upload a blank file to the domain's directory with the name of: .disable-pagespeed
  2. Wait 10 to minutes for configuration reloads
  3. Check if pagespeed is disabled or if your issue for disabling it is now resolved.
  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

DMARC records

DMARC (Domain-based Message Authentication, Reporting, and Conformance) is a DNS record that is...

PHP 5.6, 7.0 Fails to connect via SSL / TLS

Starting at PHP 5.6, PHP does a verify of the SSL certificate and if it fails to the connection...

Site shows as Insecure when SSL / TLS used?

If your browser is showing an "insecure" or "not secured" or similar alert on your site, you need...

Force https via htaccess

RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L]

Thunderbird 78+ TLS Connection Errors

Thunderbird 78+ requires TLS 1.2 by default.  Most of our mail servers support this out of the...