How do I gzip my web files

前端 未结 9 1504
抹茶落季
抹茶落季 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:33

    Seeing how most answers here are almost 5 years old, here's some very current and up to date example references.

    For example server configs that enable gzip/deflate type compression for iis, lighthttpd, nginx, and even node see: https://github.com/h5bp/server-configs

    For a very good current implementation of Apache mod_deflate see https://github.com/h5bp/html5-boilerplate/blob/master/.htaccess#L156

提交回复
热议问题