| 开发者 |
arvexa
balloodn |
|---|---|
| 更新时间 | 2026年7月21日 05:19 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
log_query_custom_data filter and a backtrace scan — no core hacks, no db.php drop-in.SAVEQUERIES. To collect query timings, a site administrator may explicitly add define( 'SAVEQUERIES', true ); to wp-config.php before the "That's all, stop editing!" line.arvexa_performance_overlay_data PHP filter and the window.ArvexaPerformanceOverlay JS API.arvexa-performance-overlay folder to /wp-content/plugins/, or install through the WordPress plugin screen.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.
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.
Users with the manage_options capability. Change it with the arvexa_performance_overlay_capability filter.
Yes — the panel is available on both frontend and admin pages. Browser metrics like LCP are most meaningful on the frontend.
No. Everything is measured and displayed in your browser on your own site. Arvexa Performance Overlay makes no external requests.
arvexa_performance_overlay_data filter, window.ArvexaPerformanceOverlay JS API).