WordPress performance
WordPress performance is how quickly and efficiently a site loads and responds, measured mainly through Core Web Vitals (LCP, INP, CLS), Time to First Byte, and total page weight. Improving it works across several layers at once: the server (managed hosting with page and object caching, a current PHP version, enough memory), the database (fewer post revisions, object caching to cut repeat queries), asset delivery (minifying CSS and JavaScript, deferring non-critical scripts, serving WebP images, using a CDN), and code quality (removing unused plugins, loading assets only where they’re needed). It’s worth the effort because the payoff is concrete: Google and Deloitte found a one-second improvement in mobile load time raised conversions by an average of 27 percent, which makes performance a business concern, not just technical tidiness.
How I use this
I treat WordPress performance as a compounding problem, because every plugin added over the years runs a little more code on every page, so the slowdown creeps in gradually and nobody notices the day it tipped. My first move on a sluggish site is usually subtraction (removing what isn't earning its weight) before I add anything new to speed it up.
Also known as: WordPress speed, WP performance, WordPress optimization, site optimization, WordPress optimisation
Where this term comes up
-
What your small business website actually needs (a plain-language guide)
A plain-language, no-sell guide for local owners: the handful of things a small business website actually needs, and how to check each one yourself in a few minutes.
-
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.

-
Video hosting in 2026: which platform actually fits your business
Video hosting is three decisions, not one. SEO/discovery, on-site conversion, and private delivery each want a different host. Here is how to pick for each.

-
WooCommerce development
WooCommerce for stores that have outgrown the starter theme. B2B portals, subscriptions, payment gateways, ERP integration. Senior architecture from day one.

-
Lighthouse scores vs real WordPress performance: what actually matters
Lighthouse scores measure what a 30-second synthetic test sees. Real WordPress performance is the user, page, and template view. Here is how to audit it.

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.