Why it matters
Gzip or Brotli typically cuts HTML to a quarter of its size. Serving it uncompressed wastes that bandwidth on every single request, and it is usually one line of server config.
How to fix it
Enable gzip or brotli for text responses in nginx, the CDN, or the application server.