How do I gzip my web files

前端 未结 9 1591
抹茶落季
抹茶落季 2021-02-03 11:45

As prescribed by Yahoo!, gzip\'ng files would make your websites load faster. The problem? I don\'t know how :p

9条回答
  •  难免孤独
    2021-02-03 12:18

    Gzip compresses your webpages and cascade style sheets before sending them over to the client browser.

    This drastically reduces transfer time since the files are much smaller.

    There are different methods of setting up gzip compression depending on whether or not you've got an IIS or Apache server

    Example: this link.

提交回复
热议问题