A Compendium of Web Performance

3 months ago 4

Links, Resources, and Humans of Note

July 15, 2025
Updated: July 16, 2025

This page collects links to folks and firms sharing outstanding work on the web. If you're already caught up and just want to follow their ongoing adventures, import this OPML file via your feed reader.

Need more context? Onward.

Web Performance

Fundamentals

Web development is awash in artificial novelty, and new approaches are frequently net neutral or actively worse. To build a more critical sense of what matters, we have to understand how the systems below our code operates, if only at a high level.

These are the best resources I know of to develop that understanding from the perspective of a working web developer without a deep C++ and systems background:

Tools

Reference and Resources

Guides

Posts Worth Bookmarking

Courses

This is not an exhaustive list, but each of these courses covers important content in ways that are now under-appreciated by the JavaScript-Industrial Complex:

Blogs

Sadly, many of the folks I most respect in web performance are too busy with their impressive day jobs to maintain blogs these days. Others are writing mostly for their employers, and so a few company blogs are listed here where the signal-to-marketing ratio remains extremely high.

In addition to the à la carte links below, consider subscribing to all of these blogs in your feed reader of choice using the OPML import file

Web Performance

Web Dev News

  • CSS-Tricks is back, baby, and everyone's favourite CSS reference is once again publishing great content on the regular.

  • Smashing Magazine, thankfully, never went away.

  • developer.chrome.com/blog is where you'll read about most of the new and upcoming features for the web platform. This is consequence of the formerly-awesome web.dev site losing focus on pushing the web forward as the (misjudged) "Baseline" project has taken over much of the Chrome team's public messaging.

  • The Chromium Blog has started a new series called "The Fast and the Curious" with great content that touches on many areas of the overall platform. It's still a tad bit marketing/PR focused, but there are generally links you can follow or terms you can search the Chromium repo for to learn more.

  • The V8 team's blog continues to deliver useful insights into the evolution of engine internals, but always keep in mind that if your code is spending a lot of time in JS, it's already on the back foot.

  • The Edge Blog often includes early looks at Chromium features being developed by Microsoft engineers.

  • The MDN Blog is more focused on web development than the Mozilla Hacks blog has traditionally been, and both are worth a look in.

  • Tim Perry's HTTP Toolkit Blog is full of excellent technical content about network reality.

  • Frontend Masters' Blog features strong guest writing with a good balance of web fundamentals and platform focus.

  • The New Stack has a notable frontend bent, often covering important topics with nuance lacking in the wider tech press. Writers like Richard MacManus and Loraine Lawson make it worth a subscription.

  • WebRTC Hacks is the definitive source for goings-on in the murky word of SDP munging, Plan B, and stats feedback. IYKYK.

  • CloudFour's Blog is a useful mix of platform-oriented basics and deep-dives, including from Jason Grigsby, the man who literally wrote the book on PWAs.

The Good and The Great

It's challenging to list, let alone categorize, all the lovely people whose work informs and inspires, so I won't try. What's here is simply best-effort on very little sleep, and corrections and suggestions for additions are greatly appreciated.

Most whose blogs have RSS or Atom feeds are listed in the OPML file:

On the off chance they see this, I also hope these folks get blogs or revive their dormant web homes (hint hint) as I know the world would be better for them sharing more. Their work has been a positive influence on me, and I recommend learning from them where you can: Yan Zhu, Amiya Gupta, Ingrid Caldas, Paul Roy, Ana Tudor, Mary Giambrone, Andy Davies, Christian Gonzalez, Rafael Citron, Amrita Mishra, Mu-An, Kenneth Rohde Christiansen, Diego Gonzalez, Chris Holt, Alice Boxhall, Bobby Rayit, Karlijn Löwik, Mason Freed, Greg Whitworth, Annie Sullivan, Yehor Lvivski, Elliott Sprehn, Edds, Erik Arvidsson, Amal Hussein, Zouhir Chaoud, and Dora Militaru

Read Entire Article