Preload, Prefetch, Preconnect: Resource Hints That Actually Help
A plain-language guide to the three resource hints browsers support, when each one genuinely speeds up a WordPress site, and how overusing them quietly makes pages slower.
All posts in this stream, newest first.
A plain-language guide to the three resource hints browsers support, when each one genuinely speeds up a WordPress site, and how overusing them quietly makes pages slower.
A plain-English tour of the HTTP headers that tell browsers and CDNs what to cache, for how long, and how to check, plus sane defaults for a WordPress site.
WordPress's built-in cron fires only when someone visits your site, which means missed backups, delayed emails, and surprise server load spikes. Here is how to switch to a real system cron in about five minutes.
A few megabytes of autoloaded options can slow every single page request on your WordPress site, and most owners never notice until things get bad. This guide shows you how to find the offenders, measure the damage, and fix them safely.
Post revisions, expired transients, orphaned meta, and runaway autoloaded options can quietly bloat your database into a performance liability. Here is how to measure the damage, clean it up with wp-cli, and put guardrails in place so the bloat does not come back.
Decoupling WordPress from its own front end can deliver real performance and flexibility gains, but it also reintroduces problems WordPress already solved. Here is how to tell if you actually need it.
WebP and AVIF conversion, correct sizing, lazy loading, and fetchpriority for your hero image: here is the complete image pipeline that genuinely improves Core Web Vitals scores.
Revisions save your writing when a save goes wrong, but left unchecked they pile up in your database for years. Here's how to cap them sensibly and clean up the backlog without losing the protection.
TTFB is the sum of every delay before your server sends its first byte. This guide breaks down exactly where those milliseconds go and shows you the concrete levers to shrink each stage, including how edge caching can push cache-hit TTFB into the double digits.
The WordPress object cache disappears on every page load unless you back it with Redis. Here is what it actually stores, why database-heavy sites suffer without it, and how to wire it up correctly.