Hosting

  1. Home
  2. Support
  3. Hosting
  4. General
  5. Brotli Compression – How to enable it for your website

Brotli Compression – How to enable it for your website

Brotli is a Google developed algorithm for compressing data without losing any information (lossless). It combines techniques like LZ77 (finding repeating patterns), Huffman coding (efficient representation of symbols), and context modelling  to achieve superior compression compared to older compression methods like gzip. You can use both compression methods enabled, modern browsers that support both methods will prefer and serve Brotli over gzip.

  1. Login to your hosting control panel.
  2. Click on the website you wish to enable Brotli on.
  3. Click AdvancedDeveloper tools.
  4. Under the heading PHP extensions, toggle the Brotli button.
  5. That’s it Brotli is enabled on your website.
Was this article helpful to you? Yes No