.htaccess - PageSpeed and YSlow don't recognize gzip -


i know question has been asked several times on stackoverflow, couldn't find worked me in questions.

i have website hosted bluehost, , trying enable gzip compression.

here (the relevant part of) .htaccess file:

#gzip <ifmodule mod_deflate.c>  addoutputfilterbytype deflate application/javascript application/x-javascript text/plain text/html text/css text/x-component text/xml application/json application/xml alpplication/xhtml+xml  </ifmodule> 

this code given me bluehost.

if run google's pagespeed insights, recognizes compression. however, when run gtmetrix (which pagespeed , yslow), neither of them recognize gzip'd content. also, checked on http://www.gidnetwork.com/tools/gzip-test.php , serving gzip'd content.

did wrong, or gtmetrix have bug?


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -