PHPackages                             smile/module-debug-toolbar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. smile/module-debug-toolbar

ActiveMagento2-module[Debugging &amp; Profiling](/categories/debugging)

smile/module-debug-toolbar
==========================

Smile Debug Toolbar

7.0.3(3mo ago)145260.8k↓36.9%20[2 issues](https://github.com/Smile-SA/magento2-module-debug-toolbar/issues)2EPL-2.0PHPPHP ^8.1CI passing

Since Aug 23Pushed 3mo ago16 watchersCompare

[ Source](https://github.com/Smile-SA/magento2-module-debug-toolbar)[ Packagist](https://packagist.org/packages/smile/module-debug-toolbar)[ Docs](https://github.com/Smile-SA/magento2-module-debug-toolbar)[ RSS](/packages/smile-module-debug-toolbar/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (6)Versions (34)Used By (2)

Smile Debug Toolbar for Magento 2
=================================

[](#smile-debug-toolbar-for-magento-2)

Description
-----------

[](#description)

This module adds a Debug Toolbar in Magento 2. The toolbar displays useful information about the last executions (including ajax requests, rest API and graphql):

- HTTP Request/response
- SQL queries (with the PHP trace for each query)
- Profiler information (with timers)
- Layout information
- Cached items
- Plugins/observers that were triggered

[![](doc/images/toolbar.png)](doc/images/toolbar.png)

Installation
------------

[](#installation)

To install the module:

1. Execute the following command at the root of the Magento installation: ```
    composer require --dev smile/module-debug-toolbar
    ```
2. Enable the module: ```
    bin/magento module:enable Smile_DebugToolbar
    bin/magento setup:upgrade
    ```
3. Enable the toolbar: ```
    bin/magento config:set smile_debugtoolbar/configuration/enabled 1

    ```

Configuration
-------------

[](#configuration)

The configuration of the module is available in the section **Smile &gt; Smile DebugToolbar** of the admin area:

You can:

- Enable / disable the debug toolbar (default: disabled)
- Show / hide the debug toolbar in the admin area (default: hidden)
- Choose the number of last executions to save and display in the toolbar (default: 5)

Uninstallation
--------------

[](#uninstallation)

Unfortunately, the module cannot be automatically uninstalled, because Magento doesn't support uninstallation of dev packages out of the box.

To uninstall the module, follow these steps:

1. In app/etc/env.php, remove the key `db.connection.default.profiler` from the array if it is defined.
2. Run the following commands: ```
    bin/magento module:disable Smile_DebugToolbar
    composer remove --dev smile/module-debug-toolbar
    bin/magento setup:upgrade

    ```
3. \[Optional\] Remove the directory "var/smile\_toolbar".

Customizing the Toolbar
-----------------------

[](#customizing-the-toolbar)

It is possible to add new zones to the toolbar (e.g. to display project-specific data). This is [documented here](doc/add-zone.md).

Contributing
------------

[](#contributing)

You can contribute to this module by submitting issues or pull requests.

For more details, please take a look at the [contribution guidelines](CONTRIBUTING.md).

License
-------

[](#license)

This module is licensed under the [Eclipse Public License - v 2.0](LICENSE.md).

Changelog
---------

[](#changelog)

All notable changes are recorded in this [changelog](CHANGELOG.md).

Contact
-------

[](#contact)

Smile Technical Office

###  Health Score

64

—

FairBetter than 99% of packages

Maintenance80

Actively maintained with recent releases

Popularity51

Moderate usage in the ecosystem

Community24

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 96.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~97 days

Recently: every ~232 days

Total

33

Last Release

103d ago

Major Versions

1.2.2 → 3.0.02017-11-13

3.2.0 → 4.0.22019-02-06

4.0.3 → 5.0.02020-08-17

5.2.4 → 6.0.02022-10-13

6.1.3 → 7.0.02023-09-05

PHP version history (7 changes)1.0.0PHP ~5.6.5|~7.0.0

3.0.0PHP ~7.0.6|~7.1.0

4.0.2PHP &gt;=7.1.3

5.0.2PHP &gt;=7.3.0

5.2.2PHP ^7.3 || ^8.1

6.0.0PHP ^7.4 || ^8.1

7.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/c158652d318dfb93e48bdda8c3c514ed91b7c0ae7e848e33c99bf8efd852c9d6?d=identicon)[smile-sa](/maintainers/smile-sa)

![](https://avatars.githubusercontent.com/u/3967259?v=4)[guvra](/maintainers/guvra)[@guvra](https://github.com/guvra)

---

Top Contributors

[![guvra](https://avatars.githubusercontent.com/u/3967259?v=4)](https://github.com/guvra "guvra (86 commits)")[![spipu](https://avatars.githubusercontent.com/u/10595905?v=4)](https://github.com/spipu "spipu (2 commits)")[![PierreGauthier](https://avatars.githubusercontent.com/u/4659198?v=4)](https://github.com/PierreGauthier "PierreGauthier (1 commits)")

---

Tags

debugtoolbarmagento2

### Embed Badge

![Health badge](/badges/smile-module-debug-toolbar/health.svg)

```
[![Health](https://phpackages.com/badges/smile-module-debug-toolbar/health.svg)](https://phpackages.com/packages/smile-module-debug-toolbar)
```

###  Alternatives

[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k29.8M67](/packages/php-debugbar-php-debugbar)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.7M5](/packages/fruitcake-laravel-telescope-toolbar)[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.4M1](/packages/fastly-magento2)[vpietri/adm-quickdevbar

QuickDevBar is a developer toolbar for magento 2

577360.4k](/packages/vpietri-adm-quickdevbar)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
