Knowledgebase: Pre-Sales Questions
Use Gzip on Shared Servers
Posted by on 19 November 2012 11:35 AM

Enable Gzip Compression

To enable Gzip compression on your site file types in a Shared Hosting plan:
Note: ASO Shared servers all have mod_deflate enabled which will allow for compression of your site content using Gzip encoding.

    1. Log in to cPanel and click Optimize Website in the Software/Services section


       

 

  1. Specify if you want to compress all content or certain MIME types



 

Possible MIME types include:
text/html, text/plain, text/xml, text/css, text/javascript, application/javascript, application/xhtml+xml,
application/xml, application/rss+xml, application/atom_xml, application/x-javascript, application/x-httpd-php, application/x-httpd-fastphp, application/x-httpd-eruby, and image/svg+xml.

This will basically create a .htaccess file in '/home/yourusername/.htaccess' with the following:

<IfModule mod_deflate.c>
AddOutPutFilterByType DEFLATE text/html text/plain text/xml
<IfModule mod_setenvif.c>

# Netscape 4.x has some problems...
BrowserMatch ^Mozilla/4 gzip-only-text/html

# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4\.0[678] no-gzip

# MSIE masquerades as Netscape, but it is fine
# BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

# NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
the      above regex won't work. You can use the following
# workaround to get the desired effect:
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
# Don't compress images
SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
</IfModule>

<IfModule mod_headers.c>
# Make sure proxies don't deliver the wrong content
Header append Vary User-Agent env=!dont-vary
</IfModule>

</IfModule>

Verify Your Compression

Once you've configured your server, check to make sure you're actually serving up compressed content:

  • In your browser

  • View the headers

    • Use Live HTTP Headers to examine the response, looking for a line that says 'Content-encoding: gzip'

Most images, music and videos are already compressed so don't compress these formats again. You should only need to compress HTML, CSS and Javascript.



Attachments 
 
 cpanel-optimize.jpg (11.81 KB)
 cpanel-optimize2.png (160.01 KB)
(5 vote(s))
This article was helpful
This article was not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
Help Desk Software by Kayako fusion
ERROR: This domain name (kb.asmallorange.com), does not match the domain name in the license key file help.asmallorange.com.

For assistance with your license, please contact the Kayako support team: https://support.kayako.com