disable mod_pagespeed

<IfModule pagespeed_module>
ModPagespeed off
ModPagespeedDisallow wildcard_spec
</IfModule>
php_flag opcache.enable Off

Apache:
ModPagespeedAllow wildcard_spec
ModPagespeedDisallow wildcard_spec
Nginx:
pagespeed Allow wildcard_spec;
pagespeed Disallow wildcard_spec;

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Disable OPcache Per Site

wordpressPlacing below line in your “settings.php” file will disable it. 1...

วิธีปิดใช้งาน Cache ใน Google Chrome อย่างสมบูรณ์

If you want to completely disable the Google Chrome cache, the setting is hidden in the...