The silent bug that turned a fast page into a slow one

A bug on the homepage surfaced recently – the kind that’s easy to write by accident and easy to miss in review: the page pre-rendered its data at build time, then threw that data away and fetched it again in the browser. This post walks through what the bug looked like, why it hurts performance,… Continue reading The silent bug that turned a fast page into a slow one