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
A huge shout-out to my premium sponsors
Documentation is available at: https://adrianbj.github.io/TracyDebugger/
For support for this module, please visit this thread on the ProcessWire forum: https://processwire.com/talk/forum/58-tracy-debugger/
https://modules.processwire.com/modules/tracy-debugger/
It is recommended to install via the ProcessWire admin Modules > Site > Add New > Add Module from Directory using the TracyDebugger class name.
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>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.)
