I'll tell you what's slowing your WordPress. In writing.
WordPress Performance Audit Service
Most WordPress performance problems aren't on the frontend. They're in the database - slow queries, bloated autoload, plugins that fire 40 extra DB calls per page. GTmetrix doesn't show you that. I do. You get a prioritized fix list in 48 hours, no server access needed.
Creator of MakeWPFast.com - 140K visitors/month · Limited spots per week
You've tried the obvious stuff. Still slow.
Caching plugins are the first thing everyone installs. They help with repeat visits. They don't fix a query that takes 3 seconds to run.
Caching plugin installed, still slow
WP Rocket or W3 Total Cache is active, TTFB is still over 800ms. That's almost always a backend problem - slow queries or autoload bloat that fires before any cache can help.
Upgraded hosting, no difference
Moved from shared to managed hosting or bumped your VPS plan. Speed didn't change. The bottleneck followed you because it's in the code, not the hardware.
PageSpeed shows 45/100 but no idea why
The lighthouse score flags frontend stuff - images, JS bundles. But your server response time is 1.5s before a single asset loads. That's not a frontend problem.
High-traffic launch coming up
You're about to run a campaign, go on Product Hunt, or get press coverage. You want to know the site won't fall over - and you want it in writing before it goes live.
What I look at in every performance audit
I go through your site's data systematically, layer by layer. Each area gets a concrete finding - not generic advice. If your autoload is at 4MB, the report says exactly which option rows are causing it and what to do.
Three steps. One clear report.
No server access, no plugin installs, no waiting around. You send me read-only data, I analyze it, you get the report.
Read-only data, nothing more
One service, one price
Flat rate. No tiers, no upsells inside the report. Pay upfront, get the audit in writing.
- Slow query analysis with MySQL EXPLAIN
- Plugin overhead audit (DB queries per plugin)
- wp-options autoload bloat breakdown
- Database table fragmentation analysis
- PHP & server configuration review
- Object cache and transient health check
- Prioritized "fix this first" list with estimated impact per item
- Written report (PDF or Notion, your choice)
Book a call first if you want to talk through scope
Not included
Most clients fix everything themselves
The report is written for developers but readable by site owners. Every recommendation is concrete - not "consider optimizing your database" but "run OPTIMIZE TABLE on wp_postmeta and wp_posts, they're both over 40% fragmented."
I built the site people read when their WordPress is slow.
MakeWPFast.com gets 140,000 visitors a month from developers and site owners looking for WordPress performance answers. I built it because I was sick of generic caching advice that didn't address the real problems. This audit is the "hire Marcin directly" version of that.
MakeWPFast.com Monthly Visitors
The WordPress performance authority I built from scratch. People trust it for the same reason you'd trust this audit - no generic advice, just the stuff that actually works.
Years in WordPress
Former CTO at CreativeMinds (2010-2024), where we built 50+ WordPress plugins used on thousands of sites. I've seen every kind of database problem at scale.
Toptal Screened Developer
Toptal screens roughly 3% of applicants into their expert network. Combined with Upwork Top Rated Plus (95% JSS) and Fiverr 4.9 stars - these are platforms I can't edit.
WordPress Plugins Built
13 modules in WP Multitool, dozens more at CreativeMinds. Writing plugins at scale means learning exactly which WP patterns cause performance problems - firsthand.