Topic

WordPress performance, measured on real production traffic.

Most WordPress performance advice is a checklist with no numbers attached. Install a caching plugin, enable compression, minify something, and hope the score moves. That is not how we work on client sites, and it is not what we write about here.

Everything in this topic starts from a measurement: query counts captured under simulated concurrency, transfer sizes before and after a change, LCP on a throttled mobile profile. When we say a pattern is slow, there is a number behind it, and when a fix does not help as much as expected we say that too. The recurring theme across these pieces is that the expensive problems are rarely the ones the popular tooling flags — unbounded queries on every request, missing indexes on custom tables, and synchronous external API calls in the request lifecycle cost far more than an unminified stylesheet.

Got a problem we should solve next?

Tell us what's breaking on your site.

Every Lab plugin started as a real problem inside a client project. If your site hits a gap our plugins don't cover yet, we want to hear it. The next release might be yours.

Back to top