Closed
Bug 848360
Opened 12 years ago
Closed 12 years ago
telemetry for http ssl
Categories
(Core :: Networking: HTTP, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: mcmanus, Assigned: mcmanus)
Details
Attachments
(1 file)
2.30 KB,
patch
|
jduell.mcbugs
:
review+
|
Details | Diff | Splinter Review |
we have some basic information on ssl performance, but we don't actually know how much of the web is being carried over ssl.
I suspect its low and I think we should make it a goal to raise that number. To do that we need to track it.
This patch gathers telemetry for the ratio of pageloads and transactions carried over ssl.
Assignee | ||
Comment 1•12 years ago
|
||
![]() |
||
Comment 2•12 years ago
|
||
Do we have some "total number" of page loads/transactions to get the actual ssl percentage? If so, where is that probe?
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Honza Bambas (:mayhemer) from comment #2)
> Do we have some "total number" of page loads/transactions to get the actual
> ssl percentage? If so, where is that probe?
its a boolean - just add true and false.
![]() |
||
Comment 4•12 years ago
|
||
(In reply to Patrick McManus [:mcmanus] from comment #3)
> (In reply to Honza Bambas (:mayhemer) from comment #2)
> > Do we have some "total number" of page loads/transactions to get the actual
> > ssl percentage? If so, where is that probe?
>
> its a boolean - just add true and false.
I know, but what are you going to compare to? How will you be able to say "15% of page loads are ssl" ?
![]() |
||
Comment 5•12 years ago
|
||
(In reply to Honza Bambas (:mayhemer) from comment #4)
> I know, but what are you going to compare to? How will you be able to say
> "15% of page loads are ssl" ?
Ah! you are not storing "true" only when the load is ssl, but you store value of UsingSSL() ALWAYS, good. God it :)
Updated•12 years ago
|
Attachment #721721 -
Flags: review?(jduell.mcbugs) → review+
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Assignee | ||
Comment 7•12 years ago
|
||
a week's worth of data here shows 78% of page loads (and 74% of transactions) are plaintext HTTP.
You need to log in
before you can comment on or make changes to this bug.
Description
•