-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding Firefox use counter data to HTTPArchive #175
Comments
We only run tests in Chrome, so I don't think this would be feasible. @pmeenan WDYT? |
Why not? We'd need to also run tests in desktop Firefox, in addition to current desktop Chrome and Android Chrome. I don't think it's necessarily useful to collect and store everything for Firefox that is currently stored for Chrome, that would increase storage with 50%. But only use counter data seems negligible for storage. |
It’s not just storage. It’s also crawl capacity. |
As it stands right now, it takes ~25,000 VM's the better part of a week to collect the data. Technically it is pretty easy to support but financially it would increase the running costs by ~30% (assuming we'd only run one config). I'm guessing some form of additional sponsorship would be needed to cover the costs. |
OK, thanks. What would that amount to in USD? |
30% of our current crawl expenses would come out to about $20k per month. |
That is likely more than the value Mozilla would get from the data. 🙂 For web compat analysis, the Would it be feasible to start there? |
Update: https://bugzilla.mozilla.org/show_bug.cgi?id=1813593 is now fixed (thanks @emilio!). It's possible to set these prefs to log use counter data to
For the purpose of this issue, using The logged output looks like this:
You need to close the page for some of the use counters to be added to the log. |
Hey folks,
In HTTPArchive/legacy.httparchive.org#59 Chrome's use counter data was added to httparchive.
The relevant code in this repo seems to be
data-pipeline/modules/import_all.py
Line 146 in 41fe511
I'd like to have Firefox use counter data also be available in httparchive. (Maybe more things also, but starting with use counters.) To that end, I've filed https://bugzilla.mozilla.org/show_bug.cgi?id=1813593 so that the data can be extracted locally.
Are there considerations we should know about for this to work?
cc @emilio @janodvarko
The text was updated successfully, but these errors were encountered: