Why Does the HTTPS Access Speed Become Slower After an SSL Certificate Is Installed?
After an SSL certificate is installed, HTTPS requires several more handshakes than HTTP during website access. The handshake phase of HTTPS is time-consuming, and RSA verification is required. Therefore, the access speed of HTTPS is slower than that of HTTP after SSL certificates are used.
In addition, processing workload of the CPU of your server is increased slightly because each SSL connection needs to be encrypted and decrypted.
- Use SSL only for pages that need to be encrypted, for example, https://www.domain.com/login.asp. Do not use https:// for all pages, especially home pages with the largest number of visits.
- Avoid using large-sized image files or other files on pages that use SSL. Use concise pages with few images instead.
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.