Skip to content
deploy-and.run

deploy-and.run

Who merges so late, past midnight's chime, still pushing bugs to master's line?

  • WordPress & Performance
  • Server & Infrastructure
  • DevOps & Automation
  • Tooling & AI
  • Notes

performance

k6 Only Reports LCP for the Last Page You Close

August 29, 2026August 28, 2026 by halimat

Sixty-one monitored URLs reported time to first byte. Nine reported Largest Contentful Paint. The nine weren’t a random sample — they were the last page of each check script, which is the entire explanation.

Categories WordPress & Performance Tags core-web-vitals, grafana, javascript, monitoring, performance

The WordPress Performance Profiling Toolkit We Actually Use

August 29, 2026July 26, 2026 by halimat

Not a plugin roundup. Four tools that actually found something on a real WordPress VIP network, what each one is blind to, and which symptom sends you to which one.

Categories WordPress & Performance Tags debugging, devops, performance, wordpress

What ‘VIP-Style Multisite’ Actually Means for a Performance Bug

August 29, 2026July 25, 2026 by halimat

Every fix in this series landed at a different layer — application code, shared plugin, edge config, vendor dashboard. The scoping decision matters more than the fix itself, and it’s rarely obvious from the bug report.

Categories Server & Infrastructure Tags devops, infrastructure, performance, wordpress

Sizing a Covering Index on Shared Multisite MySQL

August 29, 2026July 21, 2026 by halimat

An index that fixes one site’s slow query has a write cost paid by every site sharing that database tier. A checklist for deciding whether a covering index actually pays for itself, before adding it.

Categories Server & Infrastructure Tags devops, infrastructure, mysql, performance, wordpress

Why Your Full-Page Cache Needs an Opinion About Query Strings

August 29, 2026July 20, 2026 by halimat

Two separate incidents on the same network turned out to be the same root cause wearing different clothes: a cache key that let the request decide what it means, instead of the other way around.

Categories Server & Infrastructure Tags caching, devops, infrastructure, performance, wordpress

Shipping a Database Index Without an Outage on WordPress VIP

August 29, 2026July 19, 2026 by halimat

A shared plugin update needed five new indexes across a multisite network. The bug that almost shipped wasn’t in the indexes — it was in assuming a diff between two versions was the same thing as the full version.

Categories DevOps & Automation Tags devops, mysql, performance, wordpress

Profiling What Googlebot Actually Sees: A BigQuery Log Deep Dive

August 29, 2026July 18, 2026 by halimat

Search Console said one site’s average crawl response time was roughly double a near-identical sibling’s. The access logs disagreed — until they were split by bot type, and a cache-busting tracking parameter fell out.

Categories WordPress & Performance Tags devops, performance, seo, wordpress

Turning a Debugging Script Into a WP-CLI Profiler

August 29, 2026July 17, 2026 by halimat

The SAVEQUERIES mu-plugin from the last post left you with a raw log file and a promise to wrap WP-CLI commands around it. Here’s the tool, not just the promise.

Categories WordPress & Performance Tags devops, mysql, performance, wordpress

When Your Performance Plugin Causes the Regression It’s Supposed to Prevent

August 29, 2026July 15, 2026 by halimat

A plugin built to delay non-critical JavaScript until user interaction concentrated all of that JavaScript’s cost into exactly the moment interaction responsiveness gets measured.

Categories WordPress & Performance Tags core-web-vitals, devops, javascript, performance

The LCP Element That Wasn’t Content

August 29, 2026July 14, 2026 by halimat

Weeks of hero-image optimization went nowhere, because the thing Lighthouse was actually measuring wasn’t the hero image at all — it was a cookie banner’s logo.

Categories WordPress & Performance Tags core-web-vitals, debugging, devops, performance
Older posts
Page1 Page2 Next →

Recent Posts

  • Terraform Applied Cleanly and Measured Nothing
  • k6 Only Reports LCP for the Last Page You Close
  • Ten Browser Checks, Sixty-One URLs, and One Terraform Loop
  • We Designed a Monitoring Stack, Then Decided Not to Build It
  • The File Watcher That Looked Like a Permissions Problem

About deploy-and.run

© 2026 deploy-and.run • Built with GeneratePress