Описание
Most performance tools tell you that your site is slow. Qaiyo Web Performance Surgeon tells you what is slow, where it comes from, and how much you would save by fixing it — then fixes the safe ones in one click.
It measures a real, anonymous visitor render (not your logged-in admin view) by running a tokened loopback request, and attributes every cost back to the exact plugin, file and line responsible.
Features
- File- and function-level attribution — every slow query, hook and asset is traced to the exact plugin, file and line responsible, not just «the database is slow».
- Measures the real visitor render — a tokened, anonymous loopback captures the logged-out front-end page, not your admin-skewed view.
- Estimated time saving per finding — every issue is ranked with an honest millisecond estimate, so you fix the biggest wins first.
- Database profiling — per-query timing, duplicate-query detection and bloated autoloaded-option detection.
- Hook and callback timing — per-callback cost with plugin attribution, captured with low overhead (no per-call backtraces).
- Blocking HTTP detection — flags slow external requests made while the page renders.
- Asset inventory — enqueued scripts and styles listed with their owning plugin.
- Real browser metrics — Largest Contentful Paint, Cumulative Layout Shift, long tasks and navigation timing from an actual browser render.
- Safe one-click fixes — reversible toggles for common wins; no source files are ever modified.
- Zero overhead on live traffic — measurement only runs for a tokened scan request; normal visits pay nothing.
- Available in 11 languages.
What it measures
- Database — every query with its execution time, paired to the calling plugin/file/line (via SAVEQUERIES), plus duplicate-query and autoloaded-option detection.
- Hooks — per-callback timing with plugin attribution, captured without per-call backtraces (low overhead).
- HTTP — outbound requests made during render, flagging blocking external calls.
- Assets — enqueued scripts and styles with their owners.
- Browser — real LCP, CLS, long tasks and navigation timing, captured from an actual browser render.
Diagnosis and one-click fixes
The rule engine turns raw measurements into ranked findings with an estimated time saving for each, and offers safe, reversible one-click fixes for common wins:
- Disable the emoji detection script
- Disable wp-embed.js
- Remove jQuery Migrate
- Dequeue front-end Dashicons
- Stop autoloading a bloated option
Every fix is a toggle you can undo — no source files are ever rewritten.
Privacy
Scans run on your own site. No data is sent to any third party.
Установка
- Upload the plugin to
/wp-content/plugins/and activate it. - Open Performance Surgeon in the admin menu.
- Install the scan helper when prompted (a tiny must-use plugin that only activates during a scan and is removed on deactivation).
- Enter a URL and run a scan.
Часто задаваемые вопросы
-
Does it slow down my live site?
-
No. Measurement only runs for a tokened scan request; every normal page load exits on the first line of the scan helper at zero cost.
-
Why does it install a must-use plugin?
-
To capture the whole request — including the earliest database queries — the SAVEQUERIES flag must be set before WordPress loads its database layer. A tiny must-use loader does this, but only during a scan. It is removed automatically when you deactivate the plugin.
-
Are the estimated savings exact?
-
They are honest estimates based on measured data, shown under instrumentation. Treat them as a prioritised guide, not a guarantee.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Qaiyo Web Performance Surgeon» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
Участники«Qaiyo Web Performance Surgeon» переведён на 1 язык. Благодарим переводчиков за их работу.
Перевести «Qaiyo Web Performance Surgeon» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0.0
- First public release on WordPress.org.
- File- and function-level performance attribution for SQL, hooks, HTTP and assets, measured on a real anonymous visitor render via a tokened loopback.
- Real-browser metrics (LCP, CLS, long tasks, navigation timing) captured from an actual render.
- Rule engine with ranked findings, estimated time savings, and safe reversible one-click fixes.
- Tabbed admin page (Diagnostics, Browser metrics, Loopback test) with the Qaiyo design system.
- Bundled translations for 11 languages.
- Clean uninstall: removes the plugin’s option, cached transient and scan-helper on deletion.