Category
WordPress
WordPress at scale: performance, Core Web Vitals, the block editor, hosting and the plugin ecosystem, measured on real sites rather than on a staging demo.
- 31 The WooCommerce REST API for Automation: What Is Safe to Script Setting 500 orders to completed sends 500 emails. Real endpoints, real limits, and the four writes that have no undo.
- 32 WooCommerce and AI Shopping Agents: What the Store Actually Exposes One unauthenticated curl returned 1,717 products from WooCommerce's own store. Here is every surface an agent can read, and which agentic claims are built.
- 33 Core Web Vitals for WordPress in 2026: The Thresholds, and What Actually Moves Them Same URL, same second: 96 on desktop, 79 on mobile. The thresholds with the dates I read them, and why the score you screenshot is not…
- 34 block.json and the asset loading nobody configures WordPress ships a 140,761 byte block stylesheet and, since 6.9, stops sending it by default. Measured both ways, plus why viewScript is not script.
- 35 What Actually Makes a WordPress Site Slow, Measured on a Real Site I measured my own site with curl. Page cache HIT, TTFB still one second, and the heaviest file on the page belongs to Google.
- 36 The Scanner Said Clean. The Site Was Serving Spam to Googlebot. A client site was cloaking spam to search engines while every commercial security plugin reported no threats. Why signature scanners miss this, and the agent I…
- 37 Running Claude Code Against WordPress: The Complete Setup Six months of AI agents against production WordPress. The MCP stack, the guardrails that block destructive commands, and four failure modes no tutorial covers.
- 38 Add a “Go to Settings” Link After Installing Any WordPress Plugin (Full Code) After you install or update a plugin, WordPress makes you hunt for its settings page. This snippet adds a correct “Go to settings” link (with a…
- 39 Build a One-Click EDD Refund Button Inside Fluent Support (Full Code) The complete snippet for a one-click EDD refund-and-cancel button in the Fluent Support ticket sidebar — plus the five Vue-SPA gotchas that make it actually work.
- 40 How to Apply a WordPress Email Template to Only Specific Emails Email-template plugins wrap every WordPress email — including your FluentCRM newsletters. Here's the tested way to apply the template to only the senders you choose.
Agents in Production