Can i gzip-compress all my html content(pages)

后端 未结 6 1906
Happy的楠姐
Happy的楠姐 2021-02-05 21:35

I am trying to find out if there are any principles in defining which pages should be gzip-compressed and to draw a line when to send plain html content.

It would be he

6条回答
  •  半阙折子戏
    2021-02-05 22:04

    I don't think there's a good reason not to gzip HTML content.

    It takes very little CPU power for big gains in loading speed.

提交回复
热议问题