Linux 软件免费装
Banner图

Arvexa Performance Overlay

开发者 arvexa
balloodn
更新时间 2026年7月21日 05:19
PHP版本: 7.2 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

debug performance profiler web vitals sql queries

下载

1.0.0

详情介绍:

Arvexa Performance Overlay shows a small pill in the corner of every page — for administrators only. Click it and you get a live panel with everything that matters about the page you are looking at: How it works Arvexa Performance Pro Deep diagnostics live in the Arvexa Performance Pro add-on: full hook timeline, server cost of every AJAX/REST call (X-Arvexa-Performance header), remote HTTP tracking (see what your shipping/payment APIs cost), WP_Query explorer with SQL and EXPLAIN, per-plugin drill-down cards, layout-shift attribution per element, and performance history with before/after comparison when a plugin is installed or updated.

安装:

  1. Upload the arvexa-performance-overlay folder to /wp-content/plugins/, or install through the WordPress plugin screen.
  2. Activate the plugin.
  3. Open any page of your site while logged in as an administrator — the Arvexa Performance Overlay pill appears bottom right. Click it to expand the panel.
  4. Reload once more to get SQL timings and the per-plugin breakdown (see FAQ).

屏幕截图:

  • Components — per-plugin SQL and asset cost.
  • Slowest queries with timings.
  • The pill — the only thing visible until you need more.

常见问题:

Why is the per-plugin SQL breakdown empty on the first load?

The plugin never enables SAVEQUERIES. To collect per-plugin query timings, add define( 'SAVEQUERIES', true ); to wp-config.php before the "That's all, stop editing!" line, then reload the page.

Does it slow down my site?

For visitors — no: without the capability nothing is collected, enqueued or printed. For the logged-in admin the plugin adds one fast SQL aggregate. Query logging is active only when the site administrator has explicitly enabled SAVEQUERIES.

Who can see the overlay?

Users with the manage_options capability. Change it with the arvexa_performance_overlay_capability filter.

Does it work in the admin area?

Yes — the panel is available on both frontend and admin pages. Browser metrics like LCP are most meaningful on the frontend.

Is any data sent anywhere?

No. Everything is measured and displayed in your browser on your own site. Arvexa Performance Overlay makes no external requests.

更新日志:

1.0.0