Does installing an SSL certificate (HTTPS) slow down the site?

Source: Internet
Author: User
Tags ssl certificate
Using HTTPS does not make your site faster (it is actually possible, see below), but there are some tricks that can greatly reduce the extra overhead. First, as long as the text content is compressed, it reduces the CPU resources that are consumed by decoding. However, this overhead is trivial for modern CPUs. Second, an HTTPS connection is required, requiring additional TCP round trips, so that some bytes are sent and received.                                 However, as you can see from the image below, the number of new bytes is very small. The first time you open a webpage, the HTTPS protocol is a bit slower than the HTTP protocol because of the time it takes to read and verify the SSL certificate. Below is a waterfall diagram of the time the HTTP Web page was opened.

After the same Web page uses the HTTPS protocol, the opening time becomes longer.

The part that establishes the connection is about 10% slower. However, once a valid HTTPS connection is established and the Web page is refreshed, there is little difference between the two protocols. First the HTTP protocol refresh performance:

Then the HTTPS protocol:

Some users may find that HTTPS is a bit faster than HTTP. This can happen in the internal LANs of some large companies, as the company's gateways typically intercept and analyze all network traffic. However, when it encounters an HTTPS connection, it can only be released directly, because HTTPS cannot be interpreted. It is because of the lack of this interpretation process, so HTTPS becomes relatively fast.
Wosign CA is a leader in the field of China digital certificate industry buy.wosign.com

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.