Tag: Performance
-
Self-Hosted Web Fonts Without the Layout Shift
Subsetting, font-display, and the wp_preload_resources filter: a complete recipe for fonts that are private, fast, and stable, including the crossorigin…
-
The Case of the Stale Homepage: Debugging Three Layers of WordPress Caching
curl said the page was fresh. Browsers got a twelve-hour-old copy. Tracing one stale page through Cloudflare APO, nginx srcache,…
-
From 84 to 97: Fixing Mobile Lighthouse Scores on WordPress
How I traced 230ms of Total Blocking Time to a canvas animation and a 0.129 layout shift to a font…
-
Optimizing WordPress REST API for Better Performance
The WordPress REST API offers incredible flexibility for headless setups, mobile apps, and custom admin interfaces. However, without proper optimization,…