Remaining blog issues (Please note any you find)

Cumulative Layout Shift reduced!

I eliminated the “loading slide up” animation, which… I thought I’d eliminated some while back, but apparently not.

I also set the web fonts to now be optional. Some while back, I moved the web fonts from “Loading off Google” to “loading locally,” but this also means they’re less likely to be in caches. The “load font text layout shift” was annoying. It now will only use the web font if it loads quickly from cache, otherwise it’ll just use the fallback font - and not swap out. So you can see different rendering if you load the page initially vs reload it, but both are reasonable enough, and it’ll never shift between the two.

I… think my reflow should be about zero on any given page load now.