Closed aswanson-nr closed 2 years ago
instant-observability-website
:tada: Your build was successful! See the Deploy preview here.
:clock1: Build time: 1m
This should wait on the fixes coming in for previews to make sure it doesn't break anything
I see the lazy loading working!
:tada: This PR is included in version 1.11.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Summary
I noticed that we were still getting dinged for the images we load "below the fold". As I dug into that I noticed that all of the SVGs in the catalogue were being loaded "eagerly" and that the landing pages were not using the version of the image processed by sharp during build.
This PR does the following:
SafeImage
component that usesGatsbyImage
and falls back toimg
if neededQuickstartImg
to use the new image component