Can you use gzip over SSL? And Connection: Keep-Alive headers

前端 未结 5 1883
情书的邮戳
情书的邮戳 2020-12-12 22:32

I\'m evaluating the front end performance of a secure (SSL) web app here at work and I\'m wondering if it\'s possible to compress text files (html/css/javascript) over SSL.

5条回答
  •  無奈伤痛
    2020-12-12 23:17

    Yes, gzip compression and Keep-Alive can be used with HTTPS/SSL. Also, browsers can cache SSL content.

    This blog post has more information about tuning a web site for HTTPS/SSL:

    http://blog.httpwatch.com/2009/01/15/https-performance-tuning/

提交回复
热议问题