adrianbj / tracy-debugger
The ultimate debugging and development tool for ProcessWire.
Requires
- php: >=7.1.0
- wireframe-framework/processwire-composer-installer: ^1.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-27 21:36:08 UTC
README
Tracy Debugger for ProcessWire
The ultimate “swiss army knife” debugging and development tool for the ProcessWire CMF/CMS
Integrates and extends Nette's Tracy debugging tool
35+ custom tools designed for effective ProcessWire debugging and lightning fast development
Premium Sponsors
A huge shout-out to my premium sponsors
Documentation
Documentation is available at: https://adrianbj.github.io/TracyDebugger/
Support Forum
For support for this module, please visit this thread on the ProcessWire forum: https://processwire.com/talk/forum/58-tracy-debugger/
ProcessWire Modules Directory
https://modules.processwire.com/modules/tracy-debugger/
Installation
It is recommended to install via the ProcessWire admin Modules > Site > Add New > Add Module from Directory using the TracyDebugger class name.
Enable HTTP compression
The debug bar adds a lot of markup to each response and it compresses extremely well — measured
at 645KB → 76KB (11.8%) on a test page. ProcessWire's stock .htaccess sets up no compression, so
if your server doesn't already handle it, adding something like this to .htaccess is the single
cheapest way to speed the bar up:
<IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/css application/javascript application/json </IfModule>
License
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
(See included LICENSE file for full license text.)