Why is Google Lighthouse recommending image formats it doesn't support?

Viewed 254

I ran a Lighthouse audit on my site and received what you see below.

google lighthouse results for image format

However, when I go into caniuse.com...

For JPEG 2000: caniuse results for JPEG 2000 image format

and For JPEG XR: caniuse results for JPEG XR image format

Why would Lighthouse recommend using a format that, 1.-isn't supported by Chrome, and 2.-is barely supported by any browsers at all?

1 Answers
Related