fruitcake/magento2-debugbar

Debugbar for Magento 2

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 8

Type:magento2-module

v0.1.1 2025-02-20 15:53 UTC

This package is auto-updated.

Last update: 2025-02-20 15:54:23 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
    ]