You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason I'm using that demo, is because we are about to release a Optimize CSS Background Images with Media Queries guide on Web.dev, and we were using the results of the Lighthouse tests to show the before / after of the optimization.
Since this is a known limitation, and it's not going to change, it seems like the best we can do is to eliminate the use of Lighthouse for this guide, and rely exclusively on DevTools.
Provide the steps to reproduce
The site requests the same background image of 1006KB regardless of the screen size.
What is the current behavior?
The properly size images opportunity is shown as passed:
What is the expected behavior?
On previous versions of Lighthouse (I don't have the version number), this opportunity was marked as not passed:
That should be the expected behavior, given the size of the image and the way is being displayed (same image for all devices).
Environment Information
Related issues
A similar issue has been already reported, but in that case the tool was working properly.
The text was updated successfully, but these errors were encountered: