Can I enable GZIP Web Server Compression?

Can I enable GZIP Web Server Compression?

Gzip is a great of compressing files for faster network transfers - helping them load faster, so improving site speed. It's also a file format. 

We encourage the use of and enable Gzip Compression by default across all of our platforms. Compression is handled automatically by our Edge Cache systems, so no configuration is needed on your part.

Note: Our temporary URL system does not utilise our edge caching, so any external tests for compression against the temporary URL will show compression as disabled. This is expected and will not be the case when testing against your actual domain name.

Manual Configuration

If you're experiencing problems or want to enable compression manually you can do so via a “.htaccess” file.

  •  Create, or edit if one already exists a file named “.htaccess” in your public_html directory.
  •  Add the following line:

AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript

 3. Save your changes.

    • Related Articles

    • Why am I seeing an Upgrade to PRO message within Web Builder?

      Not to worry! When a hosting package is created it’s essentially allocated to our standard platform. We can, upon request, move your website to our Kopage Pro Server which removes the upgrade message and gives you full access to the Pro licence. If ...
    • How do I add another server/include to an SPF record?

      If you're using VISYOO's mail server but want to route emails via another provider - such as G Suite, Office 365 or Mailchimp - you may need to add a secondary sending server source to the SPF record. You can do this by specifying ...
    • How can I show detailed ASP errors?

      By default, Windows Server hides application errors from your website. You can override this by adding the following inside a 'web.config' file that will cause IIS to output any errors to your browser: <configuration>     <system.webServer>         ...
    • What is a nameserver?

      A nameserver manages a directory of domains that match specific IP addresses, like a phonebook: with names and numbers. It is where the DNS server records for your domain (e.g. 'example.com') are stored. Whenever you type a domain name into a web ...
    • How do I connect via FTP?

      Connecting via FTP to your web hosting is quick and easy. Ensure you have an FTP client available. We'd recommend FileZilla.  Head to Manage Hosting Select Manage On the right-hand side of the control panel, you'll see the FTP panel. You'll need to ...