Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Dion

    (@diondesigns)

    First, deactivate the bwp-minify plugin you installed, and also remove the Google Translate stuff. Both of these are causing issues on your site.

    Then add the following to the top of your .htaccess file:

    <FilesMatch "\.(ico|jpg|png|gif|svg|js|css|txt|woff|xml|html)$">
    	Header set Cache-Control "public, max-age=1209600"
    </FilesMatch>
    <IfModule deflate_module>
    	<FilesMatch "\.(js|css|svg|html|htm|xml|php)$">
    		SetOutputFilter DEFLATE
    	</FilesMatch>
    </IfModule>

    Do not add the above inside the # BEGIN WORDPRESS / # END WORDPRESS block!

    Now re-test at GTMetrix. If it still shows that some site resources are not being compressed, contact your host and find out whether your hosting plan support GZip compression.

    If things are now working, delete the bwp-minify plugin as it’s not needed.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Speeding up my site’ is closed to new replies.