• Resolved amulet

    (@amulet)


    What exactly is .gzip compression for? What are the pro’s and con’s of checking that option? Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Text files usually compress really well using zip and gzip compression, without taking too much time or computational power to perform the compression or decompression.

    Since web pages are mostly text, many web servers and browsers support gzip compression internally. The web server can compress the data that it sends to the client, reducing the overall amount of data transmitted (and bandwidth consumed), and the web browser can decompress the data it receives.

    If your server supports it, it’s generally a good thing to enable.

    Thread Starter amulet

    (@amulet)

    Thanks…I did. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unclear on .gzip Compression’ is closed to new replies.