fruitcake/magento2-debugbar

Debugbar for Magento 2

Maintainers

Package info

github.com/fruitcake/magento2-debugbar

Type:magento2-module

pkg:composer/fruitcake/magento2-debugbar

Statistics

Installs: 22

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-02-27 22:55: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
    ]