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.
- 21 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.
- 22 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.
- 23 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…
- 24 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.
- 25 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…
- 26 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.
- 27 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.
- 28 How to Add Cloudflare Turnstile to Elementor Forms [FREE — No Plugin] Google reCAPTCHA is annoying. Your visitors hate clicking on traffic lights and crosswalks. You hate paying for it at scale. And honestly, it barely stops bots…
- 29 WordPress 7.0 Is the Biggest Thing to Happen Since Gutenberg and Nobody’s Talking About It !! The WordPress 7.0 release date is April 9, 2026 and this isn't just another version bump.Most people think it's a routine update, new blocks, some UI…
- 30 How to Fix Missing Color and Underline Font Options in WordPress? [SOLVED] You may have come across the issue of missing color and underline font options. This can be frustrating, especially if you're trying to create visually appealing…
Agents in Production