Web Performance Calendar Kicks Off With Lab vs. Field and Font Loading Advice

The annual Web Performance Calendar is back, and its opening entries tackle two distinct corners of the speed problem: how we measure pages and how we load fonts.

Rick Viscomi’s piece on the mythical “fast” web page draws a sharp line between two tool categories. Lab tools act like microscopes, hunting for every possible point of friction in a page. Field tools work more like binoculars, offering a broad view of real user experiences. That framing hints that field-based monitoring may be where performance work is headed.

Separately, Matt Hobbs digs into the font-display CSS property for slow connections. On a stable, fast network, font-display: swap is hard to beat for perceived speed: the fallback font paints almost instantly, letting users read while the webfont downloads, with the swap happening shortly after.

The catch is what happens at that swap moment. If you aren’t watching closely, the text can shift dramatically once the real font lands. One developer who shipped such a change without minding the layout shift heard about it from users — loudly. The lesson: people may not say “performance” out loud, but they notice cumulative layout shift just as much.