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

API to facilitate more accurate “sizes” attribute #140

Closed
eugene-manuilov opened this issue Jan 31, 2022 · 3 comments
Closed

API to facilitate more accurate “sizes” attribute #140

eugene-manuilov opened this issue Jan 31, 2022 · 3 comments
Labels
duplicate This issue or pull request already exists [Type] Epic A high-level project / epic that will encompass several sub-issues

Comments

@eugene-manuilov
Copy link
Contributor

Feature Description

Other than lack of modern image formats like WebP, the most significant performance problem per our analysis has been that the image sizes used on WordPress sites are often not sufficient for how images are being displayed in the frontend.

To clarify, an example: If an image exists in 300px, 800px, and 1200px width, but in the frontend on desktops it shows in 500px width, WordPress can only use the 800px one, which will waste quite some bandwidth - having a version with ~500px width would be much better.

@eugene-manuilov eugene-manuilov added [Focus] Images [Issue] Overview Provides an overview of a specific project labels Jan 31, 2022
@eclarke1 eclarke1 added [Type] Epic A high-level project / epic that will encompass several sub-issues and removed [Issue] Overview Provides an overview of a specific project labels Feb 14, 2022
@eclarke1
Copy link

Updating the title here as the original epic 'Responsive image sizes' has been broken down into 2 epics:

  • API to facilitate more accurate “sizes” attribute
  • Client-side routine to automatically identify appropriate “sizes” attribute

We will use this issue to progress the first epic API to facilitate more accurate “sizes” attribute

@eclarke1 eclarke1 changed the title Providing images in the appropriate “responsive” sizes API to facilitate more accurate “sizes” attribute Apr 7, 2022
@eclarke1
Copy link

eclarke1 commented Apr 7, 2022

@eugene-manuilov @mitogh @felixarntz @adamsilverstein as per our discussions, I have updated the title of this issue to reflect the separation of 'Providing images in the appropriate responsive sizes' into:

  • API to facilitate more accurate “sizes” attribute
  • Client-side routine to automatically identify appropriate “sizes” attribute (still requires a GH issue creating)

@felixarntz felixarntz added the duplicate This issue or pull request already exists label Jul 19, 2023
@felixarntz
Copy link
Member

As we are now prioritizing this via #760, I'm going to close this issue.

@felixarntz felixarntz closed this as not planned Won't fix, can't repro, duplicate, stale Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists [Type] Epic A high-level project / epic that will encompass several sub-issues
Projects
None yet
Development

No branches or pull requests

5 participants