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

Implement query to see what % of WordPress sites use width: fit-content on images #163

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

felixarntz
Copy link
Collaborator

This is to assess the severity of https://core.trac.wordpress.org/ticket/62413#comment:26.

Query results

Row client urls_with_width_fit_content images_with_width_fit_content urls_total images_total urls_pct images_pct
1 desktop 7959 74188 8796787 250756147 0.000904762159183802 0.00029585715400229053
2 mobile 9609 86339 10972343 284302198 0.00087574732215352723 0.00030368741644410362

The values in the _pct columns are fractions of 1, so the percentages are:

  • % WordPress URLs affected by this problems: ~0.09% (both desktop and mobile results)
  • % overall images across WordPress URLs affected: ~0.03% (both desktop and mobile results)

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

Successfully merging this pull request may close these issues.

2 participants