Gzip Checker


If you have a website with great content, well on-page and off-page optimization done. GZip compression is the next aspect you'll need to implement on your website to take over your competitors in search engine rankings.

Well what is Gzip Compression?

Gzip compression is a compression utility for your website which helps your website load faster and save a lot of bandwidth for your users. Therefore, achieving better search rankings on all major search engines.

If you like to implement Gzip on your website, it's quite simple.

On Apache servers, find the .htaccess file and paste this below mentioned code:

# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript

# Or, compress certain file types by extension:
<files *.html>
SetOutputFilter DEFLATE
</files>


If you like to implement directly on your php pages then input this below mentioned code on the header of your php page:

<?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start(); ?>

Once the above procedure is complete, test whether your website is Gzip enabled using our below Gzip Checker.






Latest Calculator Release


Average Acceleration Calculator

Average acceleration is the object's change in speed for a specific given time period. ...


Free Fall Calculator

When an object falls into the ground due to planet's own gravitational force is known a...


Torque Calculator

Torque is nothing but a rotational force. In other words, the amount of force applied t...


Average Force Calculator

Average force can be explained as the amount of force exerted by the body moving at giv...


Angular Displacement Calculator

Angular displacement is the angle at which an object moves on a circular path. It is de...