Performance report — the site

22 September 2026, 05:00 UTC · the last 7 days · 52708 requests analysed

63 needs attention52 708 requests recorded, average 432 ms, slowest 5% over 550 ms; 1 finding needs attention now.

What we found

critical

Requests are failing

1488 requests returned a 5xx status and 0 requests raised a PHP error in this window.

Every one of these is a visitor who saw an error page or a broken checkout. They are the first thing to fix: they cost money directly, not just speed.

What to do: Open the failing requests in the console, take the newest one and follow its stack: the trace holds the query, the outbound call and the error that ended it.
warning

Database queries that cost the most

These 98 fingerprints account for 11.1 s of database time in the window. Literal values are stripped, so no customer data is stored or shown here.

A single missing index is the most common cause, and the cheapest to fix.

What to do: Run EXPLAIN on the first fingerprint. If it scans the table, add the index it asks for.
info

Where the time goes, by plugin and theme

Measured on 52 708 profiled requests.

This is the answer to "which plugin is slowing the site down" — measured on real traffic, not on a synthetic page load.

What to do: Take the top entry and ask what it does on every request. Plugins that only matter in the admin should not be loading on the shop.

Get this for your own site

Every request on your site, recorded the same way — which plugin, which query, and since when. The local core is open source and free; this report is one command away.

With a shell: one line, no account. Install locally

No root, shared hosting? A WordPress plugin, pure PHP. How it works

Want to look first? A read-only console on live traffic. Open the demo

This page is a real report with the site name removed. Nothing here was written by hand. Plans and pricing