Forum Moderators: Robert Charlton & goodroi
Switching from http to https and back
Every page loaded by a user has to be measured and https Is slow compared to http
I saw no negative impact on speed after switching almost 3 dozen sites. I tested every single page on every site, often more than once. This is part of any normal optimization process.
You can try to find negative things about HTTPS but there just aren't any.
...sites on some servers will see very little impact. On other servers there will be a large impact.HTTPS isn't the culprit there, HTTPS is a protocol, nothing more.
how shared hosting accounts are issuing security certificates or their paths
HTTPS isn't the culprit there, HTTPS is a protocol, nothing more.
You identified one possible issue... it's the configuration of how things are set up on the server. If HTTPS itself was at fault, then everyone would have the same issue. That's not happening, so for those who saw a negative impact, it must be something else, albeit related to the switch.
- Generic Steps to Switch from HTTP to HTTPS -
• Read all info at your host concerning certificates & switching to HTTPS and when applicable, follow those instructions.
• Install security certificate.
• Have your host enable HTTPS (if needed.) This will enable access from both HTTP & HTTPS allowing normal access while you test.
• Go through site, page by page & make sure all file paths are relative (no protocol.) Test by accessing site using HTTPS and look for any browser alerts.
• Install 301 code in .htaccess fileNote: your server may require different codeRewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
• Go through site again, page by page, and test. Any remote absolute links will need to be HTTPS including those found in scripts & pluggins. If you publish Adsence or other advertising, links in these scripts need to be HTTPS also (or just remove the protocol altogether.)
• Update sitemap.xml (if applicable) and submit to appropriate agencies (Google, Bing, Yandex, etc)
• In Google Search Council create a new site using HTTPS (do not use the Change of Address form.) It will take a few days to start populating information. This is normal & traffic to old site (HTTP) will drop off accordingly.
• Bing Webmaster Tools, Yandex & others should update automatically once they crawl your new pages. Updating/re-submitting sitemap.xml should speed up this process.
Bottom line, when it comes to SSL, close enough is not good enough.
who knows what the reason was, but it can all be traced back to the moment I switched over.
who doesn't type "google.com" into their address barWho does type "google.com"--or anything else--directly into their address bar? You and me and the readers of the current forum, but ordinary humans, nuh-uh. Just try telling someone to go to suchandsuch site. Look over their shoulder, biting your tongue if necessary. They will do everything in the world except enter the sitename into the address bar. Even if they do start typing, the browser will helpfully make suggestions based on past visits, and they'll grab one of those suggestions.
"In order to show you the most relevant results, we have omitted some entries very similar to the 214 already displayed.
If you like, you can repeat the search with the omitted results included."
"In order to show you the most relevant results, we have omitted some entries very similar to the 214 already displayed.
If you like, you can repeat the search with the omitted results included."