Tracy Debugger for Mezzio

For those that like packages like laminas development tools but for mezzio. I created a package to bring Tracy Debugger support to Mezzio. Should have it released in a week or so.

Its a drop in replacement for whoops. Will add it to the new package database on getlaminas when I have a chance to finish the test for it.

Since its a floating bar it does not blow the design out and its fast (doesn’t slow your page load down). Also handles ajax request. It has a lot of features. Most of which I have made available via the bridge and can be configured in a config file or provider.

  • PhpDb Profiler Pane
  • Routes Pane
  • Config Pane
  • Request Pane
  • Error Page

Couple screenshots

4 Likes

I would like to see this in the new quick start guide for Mezzio, so I have already included it as an idea:

1 Like

Well, then I will set some time aside to focus on this so a 1.0 will be ready when needed. I will also try to do some asking around to see what folks thinks will be the most useful features that Tracy offers and try to support at least those.

I have opened a PR to add this package to the list of integrations. I plan to add support for laminas-db query profiling in the next day or two. It already supports PhpDb and Tracy offers panels for Doctrine iirc.

I reworked the Database panel as well. Here is the new panel layout.

1 Like