Home » HTML » Html miscellaneous » Question
  1. What is the work of Gzip compression?
    1. compresses web pages, JavaScript and CSS
    2. compresses an image
    3. compresses web pages only
    4. compresses JavaScript and CSS code only
    5. None of these
Correct Option: A

Basically Gzip compression is used to compress text data in websites. Gzip compression is very useful in web performance optimization. It compresses web pages, JavaScript and CSS. Gzip is also one of the file formats. Gzip compression can be enabled via webserver configuration. Common webservers where it can me make enable is .htaccess, Nginx, Apache and Litspeed.



Your comments will be displayed only after manual approval.