Closed danielbergholz closed 9 months ago
I just added the width and height to important images, which solved a couple of layout shifts and added lazy loading to not-so-important images. This should be good enough for the MVP, we can revisit this later
There is a lot of layout shift happening on the page due to the images. We need to optimize the image load, may lazy load some images, defer loading for later, show some "loading skeleton" while the image is loading, etc