6.10 Text Compression

Website uses text compression.

Easy to implement
1
Low impact score

Introduction:

Compressing text-based resources allows you to minimise the total bytes sent over the network, with no negative impact to the user. Compression makes text-based resources like HTML, CSS and JavaScript smaller, which means they download more quickly.

Tools: gzip, deflate, brotli or equivalent.