{"id":668230,"date":"2018-05-15T14:00:56","date_gmt":"2018-05-15T12:00:56","guid":{"rendered":"https:\/\/wp-rocket.me\/?p=668230"},"modified":"2022-02-25T16:42:48","modified_gmt":"2022-02-25T15:42:48","slug":"https-affects-website-performance","status":"publish","type":"post","link":"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/","title":{"rendered":"How HTTPS Affects Website Performance"},"content":{"rendered":"<p>The \u201cS\u201d in HTTPS stands for \u201csecure\u201d and that security is provided by SSL (aka TLS). It makes sense that you\u2019d want to secure your site, right? After all, there are up to <a href=\"https:\/\/www.wordfence.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">90,000 attacks on WordPress sites every minute<\/a>.<\/p>\n<p>But for some reason, there\u2019s a pervasive myth that SSL is slow. That installing an SSL certificate on your site will introduce too much overhead and slow things down. That might\u2019ve been the case more than a decade ago, but this is 2018 and Google searches are now all done over HTTPS by default for 40,000 search queries per second.<\/p>\n<p>In fact, when Google switched to HTTPS for everything by default, the search giant didn\u2019t deploy additional machines or special hardware. Senior Staff Software Engineer Adam Langley who works on Google&#8217;s HTTPS serving infrastructure and Chrome&#8217;s network stack <a href=\"https:\/\/www.imperialviolet.org\/2010\/06\/25\/overclocking-ssl.html\" target=\"_blank\" rel=\"noopener noreferrer\">writes that<\/a> SSL has limited impact on web performance:<\/p>\n<blockquote><p>On our production front-end machines, SSL\/TLS accounts for less than 1% of the CPU load, less than 10KB of memory per connection and less than 2% of network overhead.<\/p><\/blockquote>\n<p>If Google can implement SSL, you can too. Plus, you kind of have to \u2013 from July <a href=\"https:\/\/security.googleblog.com\/2018\/02\/a-secure-web-is-here-to-stay.html\" target=\"_blank\" rel=\"noopener noreferrer\">when Chrome 68 is released<\/a>, websites that are not using HTTPS will be labeled as \u201cnot secure\u201d in the address bar.<\/p>\n<p>In this post, we\u2019ll take a look at how HTTPS affects website performance, as well as a few tips on how you can improve HTTPS performance for your site.<\/p>\n<h2>What\u2019s the Difference Between SSL and TLS?<\/h2>\n<p>But first, you might be wondering what the difference is between SSL (Secure Socket Layer) and TLS (Transport Layer Security). Interestingly, there is no difference.<\/p>\n<p>TLS was introduced as the successor to SSL 3.0 in 1999 and was designed to resolve insecurities in the SSL protocol.<\/p>\n<p>So why do people still say SSL instead of TLS after all this time?<\/p>\n<p>People in the security industry like SSL so much that they continued to use the acronym and still do to this day. Companies like Comodo <a href=\"https:\/\/blog.comodo.com\/tls-vs-ssl-whats-difference\/\" target=\"_blank\" rel=\"noopener noreferrer\">didn\u2019t change the name of SSL certificates<\/a> to TLS certificates. Software that enables SSL on a server, such as OpenSSL, didn\u2019t change their name to OpenTLS. The name SSL was ingrained and just stuck.<\/p>\n<p>As for renaming the SSL protocol, it seems it was for political rather than technical reasons. <a href=\"http:\/\/tim.dierks.org\/2014\/05\/security-standards-and-name-changes-in.html\" target=\"_blank\" rel=\"noopener noreferrer\">Tim Dierks, the Director of Data Protection at Google writes that<\/a> in the mid-90s during the Netscape and Microsoft browser wars, there was a lot of bargaining involved while developing the SSL protocol and \u2013 ultimately \u2013 leadership (and ownership) of the standard:<\/p>\n<blockquote><p>As a part of the horsetrading, we had to make some changes to SSL 3.0 (so it wouldn&#8217;t look the [<a href=\"https:\/\/www.ietf.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Internet Engineering Task Force<\/a>] IETF was just rubberstamping Netscape&#8217;s protocol), and we had to rename the protocol (for the same reason). And thus was born TLS 1.0 (which was really SSL 3.1). And of course, now, in retrospect, the whole thing looks silly.<\/p><\/blockquote>\n<p>And thus TLS was born. But everyone continued to say SSL anyway.<\/p>\n<p>Note: <em>For the rest of this post, I\u2019ll use SSL and TSL interchangeably.<\/em><\/p>\n<h2>HTTP vs HTTPS?<\/h2>\n<p>HTTP stands for <strong>Hypertext Transfer Protocol<\/strong>. When you enter a URL in your address bar preceded by http:\/\/ it tells the browser to connect to the website via HTTP. In turn, HTTP uses the Transmission Control Protocol (TCP) to send and receive data packets over the web to load the site you want to access.<\/p>\n<p>HTTPS stands for <strong>Hypertext Transfer Protocol Secure<\/strong>. When you enter a URL preceded by https:\/\/ it tells the browser to connect via HTTPS, which also uses TCP. But it does so within a connection encrypted by TLS.<\/p>\n<p>Basically, it takes the HTTP protocol and simply layers a TLS encryption layer on top of it. Servers and clients still communicate exactly the same HTTP to each other, but over a secure TLS connection that encrypts and decrypts their requests and responses.<\/p>\n<p>The SSL layer has <a href=\"https:\/\/robertheaton.com\/2014\/03\/27\/how-does-https-actually-work\/\" target=\"_blank\" rel=\"noopener noreferrer\">two main purposes<\/a>:<\/p>\n<ul>\n<li>It verifies that you are communicating directly to the serve that you think you are talking to, and<\/li>\n<li>It ensures that only the server can read what you send it and only you can read what it sends back.<\/li>\n<\/ul>\n<p>What\u2019s so clever about TLS\/SSL is that anyone can intercept the messages you exchange with a server, including the ones where you agree on the key and encryption strategy to use, but they still can\u2019t read any of the actual data that\u2019s sent.<\/p>\n<h3>TLS Handshake<\/h3>\n<p>There is some latency added when you make the switch to HTTPS \u2013 the initial TLS handshake requires two extra round trips before the connection is established, compared to just one through an unencrypted HTTP port. But, as in the Google example I mentioned earlier, it\u2019s minimal.<\/p>\n<p>In 2010, Google introduced False Start, a technique that reduced the latency of a TLS handshake by 30%. But <a href=\"https:\/\/arstechnica.com\/information-technology\/2012\/04\/google-abandons-noble-experiment-to-make-ssl-less-painful\/\" target=\"_blank\" rel=\"noopener noreferrer\">it abandoned the project a year later<\/a> because it remained incompatible with a large number of websites that used SSL terminators, which offload SSL processing from servers.<\/p>\n<p>However, False Start isn\u2019t completely dead \u2013 it still works for sites on servers that support <a href=\"https:\/\/tools.ietf.org\/id\/draft-agl-tls-nextprotoneg-03.html\" target=\"_blank\" rel=\"noopener noreferrer\">NPN extension<\/a>.<\/p>\n<h3>Asymmetric Encryption<\/h3>\n<p>There is also an encryption process between the browser and server in which they exchange information using a process known as asymmetric encryption. It establishes a secure communications channel through which a session key is exchanged, allowing the browser and server to switch to a faster encryption process known as symmetric encryption.<\/p>\n<p>Asymmetric encryption is slower than symmetric encryption due to the former&#8217;s longer key lengths and the complexity of the encryption algorithms used. However, <a href=\"https:\/\/blogs.sap.com\/2013\/06\/23\/whos-afraid-of-ssl\/\" target=\"_blank\" rel=\"noopener noreferrer\">tests between encrypted and unencrypted connections<\/a> reveal a difference of only 5ms and a peak increase in CPU usage of just 2%. With dozens of parallel requests and hundreds of sequential requests, CPU usage during the tests never exceeded 5%.<\/p>\n<h3>Session Resumption<\/h3>\n<p><a href=\"https:\/\/www.ibm.com\/support\/knowledgecenter\/en\/SSKTMJ_9.0.1\/admin\/conf_sslsessionresumption_c.html\" target=\"_blank\" rel=\"noopener noreferrer\">Session resumption<\/a> greatly improves TLS performance by recalling information from a previously successful TLS session negotiation to bypass the most computationally intensive parts of the TLS session key negotiation.<\/p>\n<p>TLS offers <a href=\"https:\/\/www.imperialviolet.org\/2013\/06\/27\/botchingpfs.html\" target=\"_blank\" rel=\"noopener noreferrer\">two session resumption mechanisms<\/a>: session IDs (where the server and client each store their own secret state) and session tickets (where the client stores the server&#8217;s state, encrypted by the server).<\/p>\n<p>In the case of session IDs, the server needs to keep track of previous sessions that could be continued at some point in time. This results in extra work for the server.<\/p>\n<p>Session tickets were introduced to fix the problem of large server caches. With session tickets, the server uses a key to encrypt session information before storing it on the client. So the next time the client connects to the server, the server decrypts and reuses the session information. This means that the server can resume the sessions without keeping any information and all the additional load is done on the client.<\/p>\n<p>Session resumption using session tickets is a beneficial technique for a lot of reasons \u2013 fewer round trips, fewer computations, and a lower congestion window, all without burdening your server.<\/p>\n<h2>Improving HTTPS Performance<\/h2>\n<p>Granted, SSL\/TLS and HTTPS do introduce some slight delays that can impact the page load speed of your site. But the speed delays are so marginal that the security benefits outweigh any potential impacts on speed.<\/p>\n<p>Still, there are some performance optimizations you can implement on your site after installing an SSL certificate so that it\u2019s both secure and fast.<\/p>\n<h3>1. HTTP\/2<\/h3>\n<p>HTTP\/2 is a major revision of the HTTP protocol and attempts to solve many of the shortcomings and inflexibilities of HTTP\/1.1. It\u2019s benefits and features include:<\/p>\n<ul>\n<li><strong>Multiplexing and concurrency<\/strong>: Several requests can be sent in rapid succession on the same TCP connection, and responses can be received out of order.<\/li>\n<li><strong>Header compression<\/strong>: <a href=\"_wp_link_placeholder\" data-wplink-edit=\"true\">HTTP header<\/a> size is drastically reduced.<\/li>\n<li><strong>Stream dependencies<\/strong>: The client can indicate to the server which of the resources are more important<br \/>\nthan the others.<\/li>\n<li><strong>Server push<\/strong>: The server can send resources the client has not yet requested, avoiding delays.<\/li>\n<\/ul>\n<p>KeyCDN has a great free <a href=\"https:\/\/tools.keycdn.com\/http2-test\" target=\"_blank\" rel=\"noopener noreferrer\">HTTP\/2 testing tool<\/a> if you want to check whether your server or CDN supports HTTP\/2.<\/p>\n<h3>2. Brotli Compression<\/h3>\n<p><a href=\"https:\/\/wp-rocket.me\/blog\/brotli-vs-gzip-compression\/\">Brotli is an open source lossless compression algorithm<\/a> developed by Google as an alternative to Gzip, Zopfli and Deflate that reduces bandwidth consumption and helps content load faster.<\/p>\n<p><a href=\"http:\/\/www.gstatic.com\/b\/brotlidocs\/brotli-2015-09-22.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">According to a Google case study<\/a>, the format achieves 20\u201326% higher compression ratios over Zopfli with less CPU usage.<\/p>\n<p>In order to use Brotli, both the client and the server must be Brotli compatible and running over an HTTPS connection to use it.<\/p>\n<p>You can test if your server or CDN support Brotli using <a href=\"https:\/\/tools.keycdn.com\/brotli-test\" target=\"_blank\" rel=\"noopener noreferrer\">KeyCDN\u2019s free testing tool<\/a>.<\/p>\n<h3>3. HPACK Compression<\/h3>\n<p>Sites using HTTP\/2 can make the most of HPACK compression. This technology uses Huffman encoding to achieve an average 30% reduction in header size.<\/p>\n<p>There are three main benefits to using HPACK:<\/p>\n<p>It\u2019s resilient against compression-based attacks, such as CRIME (Compression Ratio Info-leak Made Easy,<br \/>\nIts ability to encode large headers using fixed Huffman encoding, and<br \/>\nIt\u2019s ability to encode commonly used headers as a variable length integer, as opposed to re-sending the whole header every time.<\/p>\n<h3>4. OCSP Stapling<\/h3>\n<p>OCSP stapling is a method for quickly determining whether or not an SSL certificate is valid. It allows a server to provide information on the validity of its own certificates rather than having to request the information from the certificate\u2019s vendor. This ensures the safety and privacy of confidential data with and eliminates the need for the client to contact the certificate authority, reducing another request.<\/p>\n<p>To enable OCSP stapling on your server, check out <a href=\"https:\/\/www.digicert.com\/enabling-ocsp-stapling.htm\" target=\"_blank\" rel=\"noopener noreferrer\">DigiCert\u2019s detailed instructions<\/a>.<\/p>\n<h3>5. Use a CDN<\/h3>\n<p>While you may not be able to make your packets physically travel faster, it is possible to make them travel a shorter distance. <a href=\"https:\/\/wp-rocket.me\/blog\/cdn\/\" target=\"_blank\" rel=\"noopener noreferrer\">Using a CDN<\/a> can significantly reduce the round trip times and the total costs of the TCP and TLS handshakes.<\/p>\n<p>By allowing the user to terminate their connection with a nearby edge server, instead of crossing countries and oceans to your origin, the client gets the benefit of \u201cearly termination\u201d with shorter round trips.<\/p>\n<p>Leveraging early termination is <a href=\"https:\/\/hpbn.co\/transport-layer-security-tls\/#leverage-early-termination\" target=\"_blank\" rel=\"noopener noreferrer\">equally useful for static and dynamic content<\/a>: while static content can also be cached and served by the edge servers, dynamic requests can be routed over established connections from the edge servers to the origin.<\/p>\n<div id=\"om-ulrdquoprwqcywqbbgci-holder\"><\/div>\n\t<script>(function (d, u, ac) {\n\t\t\tvar s = d.createElement('script')\n\t\t\ts.type = 'text\/javascript'\n\t\t\ts.src = 'https:\/\/a.omappapi.com\/app\/js\/api.min.js'\n\t\t\ts.async = true\n\t\t\ts.dataset.user = u\n\t\t\ts.dataset.campaign = ac\n\t\t\td.getElementsByTagName('head')[0].appendChild(s)\n\t\t})(document, 20440, 'ulrdquoprwqcywqbbgci')<\/script>\n<h2>Conclusion<\/h2>\n<p>Yes, it\u2019s true that SSL can impact the performance of your website. But its efforts are so minor that saving a few milliseconds won\u2019t outweigh the increased level of security that SSL affords.<\/p>\n<p>With HTTP\/2, HTTPS is only getting faster so any performance impact SSL adds to connections is dropping fast.<\/p>\n<p>I\u2019ll leave you with this: <a href=\"http:\/\/www.httpvshttps.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">HTTP vs HTTPS test<\/a>. This site offers a visual comparison of the load times for the unsecure HTTP and encrypted HTTPS HTTP\/s versions of the same page. The results speak for themselves.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Is the myth that SSL will slow down your site true? In this post, we explore the performance impacts of SSL and HTTPS, and looks at practical ways you can improve the performance of your HTTPS-enabled site.<\/p>\n","protected":false},"author":47285,"featured_media":1631837,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"kia_subtitle":"","footnotes":""},"categories":[63],"tags":[],"class_list":["post-668230","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress-cache"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How HTTPS Affects Website Performance<\/title>\n<meta name=\"description\" content=\"Is the myth that SSL will slow down your site true? In this post, we explore the performance impacts of SSL and HTTPS\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How HTTPS Affects Website Performance\" \/>\n<meta property=\"og:description\" content=\"Is the myth that SSL will slow down your site true? In this post, we explore the performance impacts of SSL and HTTPS\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/\" \/>\n<meta property=\"og:site_name\" content=\"WP Rocket\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829\" \/>\n<meta property=\"article:published_time\" content=\"2018-05-15T12:00:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-25T15:42:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/https-performance-impact.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1100\" \/>\n\t<meta property=\"og:image:height\" content=\"460\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Raelene Morey\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@wp_rocket\" \/>\n<meta name=\"twitter:site\" content=\"@wp_rocket\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Raelene Morey\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/\"},\"author\":{\"name\":\"Raelene Morey\",\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/person\/916d553a975868ce90654f343fa25d73\"},\"headline\":\"How HTTPS Affects Website Performance\",\"datePublished\":\"2018-05-15T12:00:56+00:00\",\"dateModified\":\"2022-02-25T15:42:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/\"},\"wordCount\":1815,\"commentCount\":8,\"publisher\":{\"@id\":\"https:\/\/wp-rocket.me\/#organization\"},\"image\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/https-performance-impact.png\",\"articleSection\":[\"Page speed and caching\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/\",\"url\":\"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/\",\"name\":\"How HTTPS Affects Website Performance\",\"isPartOf\":{\"@id\":\"https:\/\/wp-rocket.me\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/https-performance-impact.png\",\"datePublished\":\"2018-05-15T12:00:56+00:00\",\"dateModified\":\"2022-02-25T15:42:48+00:00\",\"description\":\"Is the myth that SSL will slow down your site true? In this post, we explore the performance impacts of SSL and HTTPS\",\"breadcrumb\":{\"@id\":\"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#primaryimage\",\"url\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/https-performance-impact.png\",\"contentUrl\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/https-performance-impact.png\",\"width\":1100,\"height\":460,\"caption\":\"How HTTPS Affects Performance\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wp-rocket.me\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Page speed and caching\",\"item\":\"https:\/\/wp-rocket.me\/blog\/wordpress-cache\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How HTTPS Affects Website Performance\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wp-rocket.me\/#website\",\"url\":\"https:\/\/wp-rocket.me\/\",\"name\":\"WP Rocket\",\"description\":\"Plugin d&#039;optimisation de sites WordPress\",\"publisher\":{\"@id\":\"https:\/\/wp-rocket.me\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wp-rocket.me\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wp-rocket.me\/#organization\",\"name\":\"WP Rocket\",\"url\":\"https:\/\/wp-rocket.me\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png\",\"contentUrl\":\"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png\",\"width\":150,\"height\":41,\"caption\":\"WP Rocket\"},\"image\":{\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829\",\"https:\/\/x.com\/wp_rocket\",\"https:\/\/www.youtube.com\/channel\/UC1ozThXHd1IWIZ5wkshgp_Q\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/person\/916d553a975868ce90654f343fa25d73\",\"name\":\"Raelene Morey\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wp-rocket.me\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fa33964c6065acf9d0348d177213ec83?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fa33964c6065acf9d0348d177213ec83?s=96&d=mm&r=g\",\"caption\":\"Raelene Morey\"},\"description\":\"Raelene Morey is the Co-Founder of Words By Birds, a digital writing agency that helps busy WordPress with writing articles, content strategies, lead magnets and other word-related things. A former journalist and editor, Raelene has been developing WordPress sites for over 10 years.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How HTTPS Affects Website Performance","description":"Is the myth that SSL will slow down your site true? In this post, we explore the performance impacts of SSL and HTTPS","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/","og_locale":"en_US","og_type":"article","og_title":"How HTTPS Affects Website Performance","og_description":"Is the myth that SSL will slow down your site true? In this post, we explore the performance impacts of SSL and HTTPS","og_url":"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/","og_site_name":"WP Rocket","article_publisher":"https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829","article_published_time":"2018-05-15T12:00:56+00:00","article_modified_time":"2022-02-25T15:42:48+00:00","og_image":[{"width":1100,"height":460,"url":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/https-performance-impact.png","type":"image\/png"}],"author":"Raelene Morey","twitter_card":"summary_large_image","twitter_creator":"@wp_rocket","twitter_site":"@wp_rocket","twitter_misc":{"Written by":"Raelene Morey","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#article","isPartOf":{"@id":"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/"},"author":{"name":"Raelene Morey","@id":"https:\/\/wp-rocket.me\/#\/schema\/person\/916d553a975868ce90654f343fa25d73"},"headline":"How HTTPS Affects Website Performance","datePublished":"2018-05-15T12:00:56+00:00","dateModified":"2022-02-25T15:42:48+00:00","mainEntityOfPage":{"@id":"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/"},"wordCount":1815,"commentCount":8,"publisher":{"@id":"https:\/\/wp-rocket.me\/#organization"},"image":{"@id":"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#primaryimage"},"thumbnailUrl":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/https-performance-impact.png","articleSection":["Page speed and caching"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/","url":"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/","name":"How HTTPS Affects Website Performance","isPartOf":{"@id":"https:\/\/wp-rocket.me\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#primaryimage"},"image":{"@id":"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#primaryimage"},"thumbnailUrl":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/https-performance-impact.png","datePublished":"2018-05-15T12:00:56+00:00","dateModified":"2022-02-25T15:42:48+00:00","description":"Is the myth that SSL will slow down your site true? In this post, we explore the performance impacts of SSL and HTTPS","breadcrumb":{"@id":"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#primaryimage","url":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/https-performance-impact.png","contentUrl":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/https-performance-impact.png","width":1100,"height":460,"caption":"How HTTPS Affects Performance"},{"@type":"BreadcrumbList","@id":"https:\/\/wp-rocket.me\/blog\/https-affects-website-performance\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wp-rocket.me"},{"@type":"ListItem","position":2,"name":"Page speed and caching","item":"https:\/\/wp-rocket.me\/blog\/wordpress-cache\/"},{"@type":"ListItem","position":3,"name":"How HTTPS Affects Website Performance"}]},{"@type":"WebSite","@id":"https:\/\/wp-rocket.me\/#website","url":"https:\/\/wp-rocket.me\/","name":"WP Rocket","description":"Plugin d&#039;optimisation de sites WordPress","publisher":{"@id":"https:\/\/wp-rocket.me\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wp-rocket.me\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wp-rocket.me\/#organization","name":"WP Rocket","url":"https:\/\/wp-rocket.me\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/","url":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png","contentUrl":"https:\/\/wp-rocket.me\/wp-content\/uploads\/1\/logo-wp-rocket-paypal-2.png","width":150,"height":41,"caption":"WP Rocket"},"image":{"@id":"https:\/\/wp-rocket.me\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pages\/WP-Rocket\/631942253526829","https:\/\/x.com\/wp_rocket","https:\/\/www.youtube.com\/channel\/UC1ozThXHd1IWIZ5wkshgp_Q"]},{"@type":"Person","@id":"https:\/\/wp-rocket.me\/#\/schema\/person\/916d553a975868ce90654f343fa25d73","name":"Raelene Morey","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wp-rocket.me\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/fa33964c6065acf9d0348d177213ec83?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fa33964c6065acf9d0348d177213ec83?s=96&d=mm&r=g","caption":"Raelene Morey"},"description":"Raelene Morey is the Co-Founder of Words By Birds, a digital writing agency that helps busy WordPress with writing articles, content strategies, lead magnets and other word-related things. A former journalist and editor, Raelene has been developing WordPress sites for over 10 years."}]}},"_links":{"self":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/posts\/668230"}],"collection":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/users\/47285"}],"replies":[{"embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/comments?post=668230"}],"version-history":[{"count":0,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/posts\/668230\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/media\/1631837"}],"wp:attachment":[{"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/media?parent=668230"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/categories?post=668230"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp-rocket.me\/wp-json\/wp\/v2\/tags?post=668230"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}