Performance optimization Practical
Who pays for the milliseconds a tag adds?
A tracking script does not stop at downloading. While it is parsed and executed the main thread is busy, and a busy page ignores fingers. That cost is…
Technote
Caching, Redis, Core Web Vitals, image optimisation and query tuning — everything that makes WordPress fast, grounded in measurements rather than folklore.
35 articles· Performance optimization
Performance optimization Practical
A tracking script does not stop at downloading. While it is parsed and executed the main thread is busy, and a busy page ignores fingers. That cost is…
Performance optimization Practical
Repeated identical lookups disappear. One slow query does not. Miss that distinction and you will wire up Redis and then ask why nothing got faster.
Performance optimization Practical
Nobody decides to make a landing page heavy. It accumulates: one addition per campaign, and nothing ever removed when the campaign ends.
Performance optimization Practical
WP_Query primes caches for its own results only. A hand-built list of IDs gets none of that for free — and that difference decides your query count.
Performance optimization Practical
Lab data is one reproducible run under controlled conditions; field data is the distribution of what real customers experienced. When they disagree, they are answering different questions.
Performance optimization Intro
They sit side by side in the same panel but they are not the same problem. One needs the query rewritten; the other disappears with a cache. Telling…
Performance optimization Practical
How fast a page feels is when the largest element on the first screen finishes drawing. Lazy-load the hero and you have delayed that moment yourself.
Performance optimization Practical
A frame is a very short budget. Only transform and opacity move without layout work; everything else charges you on every single frame.
Performance optimization Intro
The score is several metrics weighted into one number. What you can act on is the list underneath it — and that list, not the number, is what…
Performance optimization Advanced
When a late web font swaps in, the line count changes and everything below moves. Match the fallback family's metrics to the web font and the shift disappears.
Performance optimization Intro
Optimising by intuition usually improves something. The trouble is that it was rarely the bottleneck. Start by splitting the request into segments and getting numbers.
Performance optimization Intro
"A second of delay costs this much conversion" is a number from somebody else's site. Once you know the three routes from speed to money, you can measure…