Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL or No ssl. Speed test different. #594

Open
Therealjosephchrzempiec opened this issue Dec 25, 2023 · 2 comments
Open

SSL or No ssl. Speed test different. #594

Therealjosephchrzempiec opened this issue Dec 25, 2023 · 2 comments

Comments

@Therealjosephchrzempiec

Hello, I'm noticing a different in speed test results on a live hosting server. I tried to use my godaddy server for test and If I use ssl domain I get one result and if I use a domain without ssl I get a different result. Both speed test are on the same server same IP address just different folders with different domains.

This is without a ssl on a domain.
Screenshot 2023-12-25 062344

This is another one with a ssl on a domain.
Screenshot 2023-12-25 062726

Has anyone have this problem or know how I can fix it.

Joseph

@rkr-kununu
Copy link

My guess would be either:

  1. Your godaddy server's cpu is a bottleneck due to the overhead of using ssl (ssl/encryption is cpu intensive). You're only solution is to either not use https or get a faster server (read: faster, not more cores).
  2. Godaddy has some sort of "ssl termination" also known as "tls termination" (disclaimer: I don't know what Godaddy's offerings are). Meaning Godaddy will handle the ssl encryption/decryption and send simple (unencrypted) http requests to your godaddy server. If this is the case, then godaddy could be throttling you.

@Therealjosephchrzempiec
Copy link
Author

Therealjosephchrzempiec commented Jan 9, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants