Closed
Bug 582377
Opened 15 years ago
Closed 15 years ago
Establishing SSL connections is slow
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jbalogh, Assigned: oremj)
Details
Getting an SSL connection to AMO takes 1.2 seconds. Amazon takes 110ms. Google takes 80ms.
I tested each of these once, so they're most certainly statistically valid.
| Assignee | ||
Comment 1•15 years ago
|
||
How are you testing?
| Reporter | ||
Comment 2•15 years ago
|
||
I'm looking at the Resource Tracking panel in Chrome.
| Assignee | ||
Comment 3•15 years ago
|
||
Gomez is showing 0.015-0.030 seconds establishing an SSL connection.
| Assignee | ||
Comment 4•15 years ago
|
||
Hmm, I'm not able to narrow down by ssl connection time in chrome. I only see latency and page load time.
| Reporter | ||
Comment 5•15 years ago
|
||
I have 6.0.472.4. I guess it's the dev channel.
http://www.webpagetest.org/result/100727_1YG4/1/details/ shows 545ms for SSL.
If gomez is always testing from the same location, won't some pieces be cached?
| Assignee | ||
Comment 6•15 years ago
|
||
It tests from a bunch of locations. I assume they don't cache as that would defeat the purpose of their service.
| Reporter | ||
Comment 7•15 years ago
|
||
(In reply to comment #6)
> It tests from a bunch of locations. I assume they don't cache as that would
> defeat the purpose of their service.
That connection time in comment 3 is astoundingly fast.
| Assignee | ||
Comment 8•15 years ago
|
||
I think webpagetest.org is slow:
http://www.webpagetest.org/result/100727_1YGT/1/details/#request1
that shows google at 260ms.
| Assignee | ||
Comment 9•15 years ago
|
||
[oremj@boris ~]$ time (echo "GET /" | openssl s_client -connect addons.mozilla.org:443 > /dev/null 2> /dev/null)
real 0m0.039s
user 0m0.021s
sys 0m0.010s
[oremj@boris ~]$ time (echo "GET /" | openssl s_client -connect addons.mozilla.org:443 > /dev/null 2> /dev/null)
real 0m0.039s
user 0m0.021s
sys 0m0.008s
[oremj@boris ~]$ time (echo "GET /" | openssl s_client -connect addons.mozilla.org:443 > /dev/null 2> /dev/null)
real 0m0.040s
user 0m0.020s
sys 0m0.006s
[oremj@boris ~]$ time (echo "GET /" | openssl s_client -connect addons.mozilla.org:443 > /dev/null 2> /dev/null)
real 0m0.039s
user 0m0.021s
sys 0m0.007s
| Assignee | ||
Comment 10•15 years ago
|
||
All of those are under .04 seconds and also are showing the time needed to start up echo and openssl.
Comment 11•15 years ago
|
||
I consistenly get just over 1s to AMO with that command off my cable. I get .8s to secure.google.com. Not much different.
| Assignee | ||
Comment 12•15 years ago
|
||
That's also measuring latency. I'm in the local network, so latency is basically 0.
| Assignee | ||
Comment 13•15 years ago
|
||
From my laptop:
shiny:~ oremj$ time (echo "GET /" | openssl s_client -connect addons.mozilla.org:443 > /dev/null 2> /dev/null)
real 0m0.159s
user 0m0.005s
sys 0m0.005s
shiny:~ oremj$ time (echo "GET /" | openssl s_client -connect addons.mozilla.org:443 > /dev/null 2> /dev/null)
real 0m0.174s
user 0m0.005s
sys 0m0.005s
and google:
shiny:~ oremj$ time (echo "GET /" | openssl s_client -connect www.google.com:443 > /dev/null 2> /dev/null)
real 0m0.196s
user 0m0.004s
sys 0m0.005s
shiny:~ oremj$ time (echo "GET /" | openssl s_client -connect www.google.com:443 > /dev/null 2> /dev/null)
real 0m0.188s
user 0m0.004s
sys 0m0.005s
shiny:~ oremj$ time (echo "GET /" | openssl s_client -connect www.google.com:443 > /dev/null 2> /dev/null)
real 0m0.182s
user 0m0.004s
sys 0m0.005s
Updated•15 years ago
|
Assignee: server-ops → jeremy.orem+bugs
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•