Skip to content
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

Global usage percentage seems wrong #6256

Open
styfle opened this issue May 2, 2022 · 3 comments
Open

Global usage percentage seems wrong #6256

styfle opened this issue May 2, 2022 · 3 comments

Comments

@styfle
Copy link
Contributor

styfle commented May 2, 2022

While viewing the webp feature, I noticed total global usage listed at 93.21% support today.

That means that 6.79% of browsers don't support webp today.

However, there is a large discrepancy when adding up all the unsupported red versions.

0.56 + 0.12 + 0.07 + 0.54 + 0.03 + 0.69 + 1.32 + 0.08 = 3.41%

So 6.79% of browsers don't support webp but only 3.41% of those are in the chart.

Where is the other 3.38% attributed to? Other, less popular browsers?

@Sora2455
Copy link

Sora2455 commented May 2, 2022

If look at the dropdown above the usage percentages, you'll see the options are "all users", "all tracked", "tracked mobile" and "tracked desktop".

If you set the dropdown to "all tracked" in this case, the global percentage changes to 96.48%, which matches up with your unsupported percentage if you allow for a 0.01% rounding error. So the answer to where the other 3.38% come from is that they aren't "tracked" browsers - presumably being browsers that CanIUse doesn't track the support status of.

Personally I just look at the tracked browser percentages and assume they're roughly representative of even the un-tracked browser support.

@styfle
Copy link
Contributor Author

styfle commented May 3, 2022

I see. I guess the confusing part is that untracked is the default selection (all users) but the chart doesn’t represent that, only tracked.

So perhaps when all users is selected, the chart could have an additional bar to represent “other” browsers.

@willrowe
Copy link

It would be nice to at least have an % of filtered option. I was under the impression that the usage percentages at the top right of each feature was an overview of the data currently being shown, but it does not adjust when filtering the browsers. This is quite confusing and seems like a disconnect as far as the interface goes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants