Pagespeed is running on most of our nodes and will be enabled for all the websites hosted with us by default.

Here are few things that can be done, if you want to disable pagespeed for your website temporarily or completely. However we do not encourage disabling pagespeed completely.

To disable it completely, add following entries to your .htaccess file.

<IfModule pagespeed_module>
ModPagespeed off
</IfModule>

If you need to disable it temporarily for testing purposes, you can just add the ModPagespeed=off query parameter to the URL.
http://example.com/index.php?ModPagespeed=off
Hasznosnak találta ezt a választ? 29 A felhasználók hasznosnak találták ezt (29 Szavazat)