👋 First, thanks for the great looking demo with Gatsby! I noticed that the demo itself has a few images that are not being turned in to gatsby-images. They can be seen in the Pagespeed report here.
As you can see, they add quite a bit of a penalty to the demo's score. I believe it ultimately ties to this line of logic, but I don't have access to the Strapi instance for the demo, so can't do my testing locally.
Here is the markup showing they are plain img tags:
Would be great to see why those images aren't being rendered properly so the demo can gain a few more Lighthouse points. Happy to help get it resolved if needed, thanks!
👋 First, thanks for the great looking demo with Gatsby! I noticed that the demo itself has a few images that are not being turned in to gatsby-images. They can be seen in the Pagespeed report here.
As you can see, they add quite a bit of a penalty to the demo's score. I believe it ultimately ties to this line of logic, but I don't have access to the Strapi instance for the demo, so can't do my testing locally.
Here is the markup showing they are plain
img
tags:Would be great to see why those images aren't being rendered properly so the demo can gain a few more Lighthouse points. Happy to help get it resolved if needed, thanks!