Created
April 6, 2017 16:16
-
-
Save miketaylr/c6eb15a71427fbf31d84dbd68f004f9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE_COUNTER2_DEPRECATED_AppCache_PAGE | |
<https://telemetry.mozilla.org/new-pipeline/evo.html#!aggregates=bucket-0!bucket-1!bucket-2&cumulative=0&end_date=null&keys=&max_channel_version=release%252F52&measure=USE_COUNTER2_DEPRECATED_AppCache_PAGE&min_channel_version=release%252F44&processType=*&product=Firefox&sanitize=1&sort_keys=submissions&start_date=null&trim=1&use_submission_date=0> | |
Data is a bit hard to read, but it looks like usage is generally ~3%. IIRC, think this just measures if a manifest file was seen. | |
The number goes up quite a bit for Firefox Mobile (Android), FWIW. | |
We also have use counters for AppCache JS API methods and getters: | |
http://searchfox.org/mozilla-central/source/dom/base/UseCounters.conf#52 | |
Looking at just a couple: | |
appcache.update: | |
<https://telemetry.mozilla.org/new-pipeline/evo.html#!aggregates=bucket-0!bucket-1!bucket-2&cumulative=0&end_date=null&keys=&max_channel_version=release%252F52&measure=USE_COUNTER2_OFFLINERESOURCELIST_UPDATE_PAGE&min_channel_version=release%252F49&processType=*&product=Firefox&sanitize=1&sort_keys=submissions&start_date=null&trim=1&use_submission_date=0> | |
Looks like it's ~2%. | |
appcache.status: | |
<https://telemetry.mozilla.org/new-pipeline/evo.html#!aggregates=bucket-0!bucket-1!bucket-2&cumulative=0&end_date=null&keys=&max_channel_version=release%252F52&measure=USE_COUNTER2_OFFLINERESOURCELIST_STATUS_getter_PAGE&min_channel_version=release%252F49&processType=*&product=Firefox&sanitize=1&sort_keys=submissions&start_date=null&trim=1&use_submission_date=0> | |
~2.5% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wow. Those numbers are ~an order of magnitude higher than what we're seeing in Chrome for overall usage:
API calls
manifest
in a document