Closed
Bug 1611185
Opened 6 years ago
Closed 6 years ago
Make HTTP_CACHE_DISPOSITION_2_V2 probe keyed by content type
Categories
(Core :: Networking: HTTP, task, P1)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: michal, Assigned: michal)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
2.65 KB,
text/plain
|
chutten|PTO
:
data-review+
|
Details |
For bug 1548544 we need to know how splitting the cache affects cache hit ratio for different content-types.
Assignee | ||
Comment 1•6 years ago
|
||
HTTP_CACHE_DISPOSITION_3 is now keyed by content type. Note that probe HTTP_CACHE_DISPOSITION_2 was removed along with the old cache code, so suffix V2 isn't needed anymore.
Assignee | ||
Comment 2•6 years ago
|
||
Attachment #9124466 -
Flags: data-review?(chutten)
Comment 3•6 years ago
|
||
Comment on attachment 9124466 [details]
Request for data collection review form
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes. This collection is Telemetry so is documented in its definitions file [Histograms.json](https://hg.mozilla.org/mozilla-central/file/tip/toolkit/components/telemetry/Histograms.json) and the [Probe Dictionary](https://telemetry.mozilla.org/probe-dictionary/).
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is Telemetry so can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, Michal Novotny is responsible.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical.
Is the data collection request for default-on or default-off?
Default on for pre-release channels only.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does there need to be a check-in in the future to determine whether to renew the data?
No. This collection is permanent.
---
Result: datareview+
Attachment #9124466 -
Flags: data-review?(chutten) → data-review+
Pushed by mnovotny@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7bac5301f92a
Make HTTP_CACHE_DISPOSITION_2_V2 probe keyed by content type r=valentin
![]() |
||
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•