WP Performance

Audit and optimize WordPress performance.

A systematic WordPress performance audit and optimization toolkit that diagnoses high TTFB, poor LCP and runaway query counts, then applies production-grade fixes. It hunts down N+1 query patterns, autoload bloat in wp_options, plugin overhead and unoptimized assets to hit concrete targets: TTFB under 200ms, LCP under 2.5s, page weight under 1MB.

$15 one-time
Add to a kit →

Prices include 20% VAT. · Forged on real agency work · one-time, no lock-in

  • Type Skill
  • Category Development
  • Delivery Email · instant
  • License One-time
Run preview
forgehouse, wp-performance

Inside the run · no black box

See the actual work before you buy it.

A slow WordPress site usually has two or three plugins eating most of its TTFB. This skill measures first, names the offenders, then fixes queries, autoload bloat and caching with a number checked after every move.

  1. Measures before touching anything: Query Monitor counts queries per page (target under 10 on the homepage), curl times TTFB, and wp profile stage/hook with spotlight surfaces the top 10 slowest hooks, where typically 2 or 3 plugins consume 60 percent of TTFB.
  2. Audits autoload bloat with SQL: sums all autoload='yes' rows in wp_options (over 800KB is critical), lists the top 20 offenders, then flips expired transients and oversized records to autoload='no' in small batches with a TTFB check after each batch.
  3. Kills N+1 query patterns: get_posts loops with per-post get_post_meta are rewritten with update_post_meta_cache and no_found_rows, collapsing 41 queries into 2.
  4. Installs the cache layer: Redis persistent object cache configured in wp-config with a site prefix, plus Transient API caching with 5-minute TTL and stampede protection, dropping cold-start TTFB from around 800ms to around 200ms.
  5. Optimizes asset delivery: critical CSS inlined in head under 14KB, remaining CSS preloaded async, scripts deferred, images converted to WebP with srcset and lazy loading, explicitly never lazy-loading the above-the-fold hero because that breaks LCP.
  6. Closes with the verification checklist: queries under 10, TTFB under 200ms, LCP under 2.5s, INP under 200ms, CLS under 0.1, autoload under 800KB, Redis hit rate over 80 percent, each one measured, not assumed.
Use cases · what happens when you plug it in

One power source. 6 lines out.

wp-performance · core

core active · 6 lines

  1. Sites loading slowly with 3+ second TTFB

    ✓ sites loading slowly with
  2. PageSpeed scores stuck below 60

    ✓ pagespeed scores stuck b…
  3. Core Web Vitals (LCP, INP, CLS) failing

    ✓ core web vitals (lcp, inp
  4. Slow WordPress admin after a plugin install

    ✓ slow wordpress admin after
  5. wp_options autoload bloat suspicion

    ✓ wp_options autoload bloat
  6. N+1 query patterns dragging down templates

    ✓ n+1 query patterns dragg…
Benefits · what you walk away with

Yours to keep.

Drag time forward. Watch what stays.

Forever

That's what owning means.

The rented stack

ai writing tool: subscription

expired · access lost

analytics suite: subscription

expired · access lost

design platform: subscription

expired · access lost

(nothing left)

Your forge

  1. Cold-start TTFB drops from ~800ms to ~200ms with persistent Redis object cache

    license: perpetual
  2. N+1 query storms collapse from 41 queries to 2 via eager meta loading

    license: perpetual
  3. Autoload bloat detection reclaims the ~30% of DB load wasted on every request

    license: perpetual
  4. Core Web Vitals fixes feed directly into Google ranking and lower bounce rate

    license: perpetual

subscriptions expire · deeds don't

What's included · the full manifest

Everything in the box.

Pick a piece up. Watch it work.

N+1 detection and the eager-loading fix (no_found_rows, update_post_meta_cache)

part 01 of 06 · in the box

6 parts · one working system · ships instantly by email

Who it's for

This wasn't forged for everyone.

  • Not for you if you'd rather rent a tool than own one.
  • Not for you if you want someone else to run your stack.
  • Not for you if you're happy guessing.
Still here? Good.

Developers and agencies who maintain WordPress sites and need measurable speed gains tied to Core Web Vitals and SEO.

then this was forged for you.

Works with

Universal by design: these run in any AI. Delivered in the open Agent Skills + MCP format (native in Claude); ChatGPT, Gemini, Cursor and Copilot adapt the same files their own way.

  • Claude Native format
  • ChatGPT Adapts via open standards
  • Gemini Adapts via open standards
  • Cursor Adapts via open standards
  • Copilot Adapts via open standards
Questions · still in the air

Catch what's on your mind.

the air is clear. nothing between you and the forge.
catch a spark: the forge will answer

  1. My site is on cheap shared hosting, will these optimizations still help?

    Most of the toolkit targets things hosting cannot fix for you: N+1 query patterns, wp_options autoload bloat, unoptimized images and render-blocking assets. The one exception is the persistent Redis object cache, which needs Redis available on the server; without it you still get the query fixes, transient cleanup and asset work.

  2. How does it actually find what is slow, instead of just guessing at plugins?

    It profiles before it touches anything: WP-CLI query profiling (wp profile stage/hook) isolates the slow 20%, autoload detection queries measure wp_options weight, and the N+1 hunt counts real query storms per template. Fixes then target measured bottlenecks against concrete numbers like TTFB under 200ms and LCP under 2.5s.

  3. Will it rewrite my theme or replace my page builder to get the speed gains?

    No. It works at the query, cache and asset-delivery layer: eager meta loading, Redis object cache, transient strategy, WebP/srcset/lazy-load and critical-CSS patterns. A fundamentally heavy theme or builder stays your call; the audit will show its cost, but the skill does not swap it out.

  4. How is it delivered?

    By email right after purchase: ready to run, downloaded instantly, no setup wait.

  5. One-time or subscription?

    A one-time purchase; no subscription or hidden fees. VAT (20%) is included.

  6. Can I get a refund?

    As a digital product, it can’t be refunded once downloaded. That’s why we show exactly what’s inside and who it’s for, right here.