Tracy Debugger

The ultimate debugging and development tool for ProcessWire (https://adrianbj.github.io/TracyDebugger)

Tracy Debugger for ProcessWire logo

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

Tracy Debug Bar Kitchen Sink

Premium Sponsors

A huge shout-out to my premium sponsors

68747470733a2f2f7777772e6261756d726f636b2e636f6d2f736974652f74656d706c617465732f696d672f6261756d726f636b2d63656e7465722e737667

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://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.)

More modules by Adrian Jones

  • Tracy Debugger

    The ultimate debugging and development tool for ProcessWire (https://adrianbj.github.io/TracyDebugger)
  • Batch Child Editor

    Quick batch creation (titles only or CSV import for other fields), editing, sorting, deletion, and CSV export of all children under a given page.
  • Custom Upload Names

    Automatically rename file (including image) uploads according to a configurable format
  • Admin Actions

    Control panel for running various admin actions
  • Admin Restrict Branch

    Restrict site editors to a single branch of the tree.
  • Protected / Maintenance Mode

    Allows you to put your site into protected mode so that users must be logged in to access the front-end of the site.
  • Page Rename Options

    Determine how pages are renamed when the title is changed
  • Page Field Select Creator

    Automated creation of Page fields, along with the templates and page tree for their source.
  • Page Protector

    Allows site editors to protect pages from guest access.

All modules by Adrian Jones

Install and use modules at your own risk. Always have a site and database backup before installing new modules.