2024-03-17 UTC
# [qubyte] For feed types of pages, lazy loading is your friend. These days all you’ve gotta do is add `loading="lazy"` to the `img` tag and (ideally) render the tag with width and height attributes so things don’t move around when the browser decides it’s time to download an image. You can see that in action here: https://qubyte.codes/notes/ (pop open the network panel to see it working). Obviously not an excuse to not optimise images though!