Skip to content
CarbonlessBeta

Guidelines · WSG 4.3

Reduce data transfer with compression

Text compresses by roughly two thirds, and it is a server setting rather than a code change. Uncompressed HTML, CSS, JS or JSON is the cheapest waste to eliminate.

How to satisfy it

  • Enable Brotli or Zstandard, with gzip as the fallback, for every text content type. Evergreen browsers accept both; the gzip fallback covers the rest.
  • Check JSON API responses and SVG: both are text and both are often missed.
  • Confirm the CDN is not stripping or bypassing compression.

Measured pages failing this guideline

From the 60 most recently measured pages. Each links to its full report.

This page explains how Carbonless applies WSG 4.3. The guideline itself is published by the W3C Sustainable Web Design Community Group: Web Sustainability Guidelines.