Enabling gzip

Our servers support mod_deflate (gzip) which compresses files before sending them to the visitor.  This will reduce your bandwidth consumption as you are sending smaller files, which is especially helpful for mobile visitors.

<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
</ifmodule>
  • Hosting, Optimizations
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

MODX Temporary URLs

There are two ways to change a MODX Revolution website to use a temporary url, or changing it to...

Changing your WordPress Password

WordPress is a popular blogging tool, and a common target for hackers. It's important change your...