How to add Gzip compression code on website?

If you want to add Gzip then first of all you must know about on which server (Apache or IIS) your websites lives. There are two different methods for adding Gzip code on Apache or IIS server. In a previous post I have explained about how to speed up your website and now I will put together here the process of adding Gzip code on the website.



Add Gzip Compression on Apache Server

You will need to add following code in your .htaccess file.

   <IfModule mod_deflate.c>
  # Compress HTML, CSS, JavaScript, Text, XML and fonts
  AddOutputFilterByType DEFLATE application/javascript
  AddOutputFilterByType DEFLATE application/rss+xml
  AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
  AddOutputFilterByType DEFLATE application/x-font
  AddOutputFilterByType DEFLATE application/x-font-opentype
  AddOutputFilterByType DEFLATE application/x-font-otf
  AddOutputFilterByType DEFLATE application/x-font-truetype
  AddOutputFilterByType DEFLATE application/x-font-ttf
  AddOutputFilterByType DEFLATE application/x-javascript
  AddOutputFilterByType DEFLATE application/xhtml+xml
  AddOutputFilterByType DEFLATE application/xml
  AddOutputFilterByType DEFLATE font/opentype
  AddOutputFilterByType DEFLATE font/otf
  AddOutputFilterByType DEFLATE font/ttf
  AddOutputFilterByType DEFLATE image/svg+xml
  AddOutputFilterByType DEFLATE image/x-icon
  AddOutputFilterByType DEFLATE text/css
  AddOutputFilterByType DEFLATE text/html
  AddOutputFilterByType DEFLATE text/javascript
  AddOutputFilterByType DEFLATE text/plain
  AddOutputFilterByType DEFLATE text/xml

  # Remove browser bugs (only needed for really old browsers)
  BrowserMatch ^Mozilla/4 gzip-only-text/html
  BrowserMatch ^Mozilla/4\.0[678] no-gzip
  BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
  Header append Vary User-Agent
</IfModule>

After saving the.htaccess file you will need to check the Gzip is successfully installed or not by online G zip checker software like http://checkgzipcompression.com .
Gzip compression Checker
In these ways you can easily compress the webpage by G zip code and speed up the website.

Popular posts from this blog

20 Black Hat SEO Techniques that you should avoid

Top Most Popular Image Sharing sites list 2015

Best Free SEO Analysis Tools