Tag

#web-performance

3 articles tagged #web-performance. See all tags →

Next.js 16 Cache Components: The Mental Model That Finally Makes Sense
Tech··11 min

Next.js 16 Cache Components: The Mental Model That Finally Makes Sense

Next.js 16 flipped the caching default: nothing is cached unless you write 'use cache'. That sounds like a footgun and turns out to be the fix. Here's the mental model that makes Partial Prerendering click, and the traps that hang your build for 50 seconds.

nextjsreactcaching
React Server Components in Production: What Nobody Warns You About
Tech··11 min

React Server Components in Production: What Nobody Warns You About

The server-client boundary is a clean idea. The runtime serialization errors it throws at 2am are not. Here's what breaks when React Server Components meet real traffic, plus the CVSS 10.0 flaw that hit the whole ecosystem in December 2025.

reactreact-server-componentsnextjs
What a CDN Actually Does, and Why Your Site Is Slow Without One
Tech··10 min

What a CDN Actually Does, and Why Your Site Is Slow Without One

A CDN puts copies of your content on servers near your users so the bytes travel a short distance instead of crossing an ocean every request. The thing most people miss: the bottleneck usually isn't bandwidth, it's latency, and latency is bounded by the speed of light.

cdnweb-performancenetworking