
- MODX 3
- PHP 8.1


Common issues with Modx3ProfilerToolbar.
Check:
mgr context).window.modx3profilertoolbarToolbarData).When profiling is on, each request is measured. Traces are not stored (no DB or file writes). Estimate: under 5% at 100% sampling. On production at 1–5% sampling impact is usually under 0.5%.
Yes, with limits:
100% profiling on high-load production is not recommended.
Modx3ProfilerToolbar does not write traces to disk or use the DB for storage — it only injects current-request data into the HTML. Disk space and write permissions are not an issue.
Set modx3profilertoolbar.enabled to No. The toolbar will disappear and data collection will stop.
With modx3profilertoolbar.enabled = false the plugin does not start collection. Only a minimal settings check remains; impact is negligible.
Yes. The profiler works at the MODX event and call-interception level. Compatible with miniShop3, pdoTools, Fenom and other extras.
No. Install the package and enable the settings. The toolbar is injected automatically before </body>.