fruitcake/magento2-debugbar

Debugbar for Magento 2

Maintainers

👁 barryvdh

Package info

github.com/fruitcake/magento2-debugbar

Type:magento2-module

pkg:composer/fruitcake/magento2-debugbar

Statistics

Installs: 24

Dependents: 0

Suggesters: 0

Stars: 0

v0.1.2 2025-02-26 07:57 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

OSL-3.0 c6762a576f674eb35d7002defd1f97c5284e2d81

debugtoolbarprofilerdebugbarmagentodevmagento2

This package is auto-updated.

Last update: 2026-06-27 23:38:43 UTC


README

Debugbar with developer functionality

Overview

Goal is to create an extensible debugbar within Magento 2. The debugbar is displayed on both frontend and backend, and contains useful information for both developers and merchants.

The debugbar is based on https://github.com/php-debugbar/php-debugbar

Possible tabs

Query Backtrace

Add this in app/etc/env.php to the default database connection.

 'profiler' => [
 'class' => 'Fruitcake\\MagentoDebugbar\\Profiler\\QueryProfiler',
 'enabled' => true
 ]