danielbergholz / techschool.dev

TechSchool is a curated list of free programming courses from YouTube
https://techschool.dev
MIT License
275 stars 26 forks source link

Optimize image load #22

Closed danielbergholz closed 9 months ago

danielbergholz commented 9 months ago

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

danielbergholz commented 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