Caching
Caching speeds up a site by storing a ready-made copy of something and reusing it, instead of rebuilding it from scratch on every request. It happens in several layers at once: the visitor’s browser, your server, and the CDN in front of it. Most caching problems come from those layers disagreeing about what the current version is. When it works, caching is invisible and the site just feels fast; when it’s misconfigured, people see stale or inconsistent pages.
How I use this
Nearly every "the site shows the old version" complaint I get traced back to two caching layers disagreeing about what's current, not to a broken page. So when caching misbehaves, I check the layers in order (browser, then host, then CDN) rather than clearing everything at once and hoping.
Also known as: web caching, cache layer, caching strategy, cached content
Where this term comes up
-
Arc XP or Brightspot to WordPress: Migration Without Archive Loss
A newsroom-focused migration playbook for moving Arc XP or Brightspot to WordPress while preserving archives, taxonomies, and SEO continuity.

-
Site Audit
A structured diagnostic across performance, Core Web Vitals, accessibility, technical SEO, security, and platform health, ranked by impact, with implementation guidance. Fixed price. Platform-agnostic.
-
Technical SEO
Technical SEO audit and implementation for publishers, national brands, and local businesses: Core Web Vitals, structured data, indexation architecture, and local SEO foundations.
-
Headless WordPress decision worksheet
An honest framework for the headless WordPress decision: the funded signals that actually justify it, the costs the vendor pitch leaves out, and why most teams land on “not yet.”

-
WordPress speed optimization
Three tiers, from a $1,250 audit through an $8,250 five-day engagement, with measured before-and-after Core Web Vitals. Senior-dev work, not another caching plugin.

-
WordPress Site Launch Checklist
A practical pre-launch checklist covering performance, SEO, security, redirects, and testing: everything to verify before taking a WordPress site live.

-
Enterprise WordPress: the infrastructure decisions that cost teams later
“Enterprise” is a hosting upsell label. The four layers that actually matter (edge, application, data, observability) fit on one page. Here it is.

-
The Headless WordPress Four-Question Test
Anyone evaluating whether headless WordPress is the right answer for their site. One meeting, before any contract is signed.

-
The One-Day WordPress Audit
Anyone evaluating whether their WordPress site needs a real audit, or evaluating the audit proposal currently on their desk. One day on staging, one afternoon to read.

Glossary entries are a starting point. The real question is usually what to do about the thing once you understand it.
When you are ready to go further, the related guides take this from definition to fix.
And if you would rather just ask a person, I read everything that comes to christopher@thisismyurl.com.
I have been working in WordPress since 2007, so most of these terms come with a story.
Still mapping the basics? The full glossary is here whenever you need it.