2017 © Pedro Peláez
 

magento2-module module-debug-toolbar

Smile Debug Toolbar

image

smile/module-debug-toolbar

Smile Debug Toolbar

  • Monday, January 29, 2018
  • by Spipu
  • Repository
  • 10 Watchers
  • 17 Stars
  • 1,617 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 10 Versions
  • 140 % Grown

The README.md

Smile Debug Toolbar for Magento 2

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):, (*1)

  • 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

, (*2)

Installation

To install the module:, (*3)

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

Configuration

The configuration of the module is available in the section Smile > Smile DebugToolbar of the admin area:, (*4)

You can:, (*5)

  • 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

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

To uninstall the module, follow these steps:, (*7)

  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

It is possible to add new zones to the toolbar (e.g. to display project-specific data). This is documented here., (*8)

Contributing

You can contribute to this module by submitting issues or pull requests., (*9)

For more details, please take a look at the contribution guidelines., (*10)

License

This module is licensed under the Eclipse Public License - v 2.0., (*11)

Changelog

All notable changes are recorded in this changelog., (*12)

Contact

Smile Technical Office dirtech@smile.fr, (*13)

The Versions

29/01 2018

dev-master

9999999-dev https://github.com/Smile-SA/magento2-module-debug-toolbar

Smile Debug Toolbar

  Sources   Download

EPL-2.0

The Requires

  • php ~7.0.6|~7.1.0
  • magento/framework ~101.0.0

 

by Laurent Minguet

debug magento2 toolbar

29/12 2017

3.1.0

3.1.0.0 https://github.com/Smile-SA/magento2-module-debug-toolbar

Smile Debug Toolbar

  Sources   Download

EPL-2.0

The Requires

  • php ~7.0.6|~7.1.0
  • magento/framework ~101.0.0

 

by Laurent Minguet

debug magento2 toolbar

12/12 2017

3.0.1

3.0.1.0 https://git.smile.fr/magento2/module-debug-toolbar

Smile Debug Toolbar

  Sources   Download

OSL-3.0

The Requires

  • php ~7.0.6|~7.1.0
  • magento/framework ~101.0.0

 

by Laurent Minguet

debug magento2 toolbar

13/11 2017

3.0.0

3.0.0.0 https://git.smile.fr/magento2/module-debug-toolbar

Smile Debug Toolbar

  Sources   Download

OSL-3.0

The Requires

  • php ~7.0.6|~7.1.0
  • magento/framework ~101.0.0

 

by Laurent Minguet

debug magento2 toolbar

11/10 2017

1.2.2

1.2.2.0 https://git.smile.fr/magento2/module-debug-toolbar

Smile Debug Toolbar

  Sources   Download

OSL-3.0

The Requires

  • php ~5.6.5|~7.0.0
  • magento/framework ~100.1.0

 

by Laurent Minguet

debug magento2 toolbar

09/10 2017

1.2.1

1.2.1.0 https://git.smile.fr/magento2/module-debug-toolbar

Smile Debug Toolbar

  Sources   Download

OSL-3.0

The Requires

  • php ~5.6.5|~7.0.0
  • magento/framework ~100.1.0

 

by Laurent Minguet

debug magento2 toolbar

29/09 2017

1.2.0

1.2.0.0 https://git.smile.fr/magento2/module-debug-toolbar

Smile Debug Toolbar

  Sources   Download

OSL-3.0

The Requires

  • php ~5.6.5|~7.0.0
  • magento/framework ~100.1.0

 

by Laurent Minguet

debug magento2 toolbar

21/09 2017

1.1.1

1.1.1.0 https://git.smile.fr/magento2/module-debug-toolbar

Smile Debug Toolbar

  Sources   Download

OSL-3.0

The Requires

  • php ~5.6.5|~7.0.0
  • magento/framework ~100.1.0

 

by Laurent Minguet

debug magento2 toolbar

20/09 2017

1.1.0

1.1.0.0 https://git.smile.fr/magento2/module-debug-toolbar

Smile Debug Toolbar

  Sources   Download

OSL-3.0

The Requires

  • php ~5.6.5|~7.0.0
  • magento/framework ~100.1.0

 

by Laurent Minguet

debug magento2 toolbar

23/08 2017

1.0.0

1.0.0.0 https://git.smile.fr/magento2/module-debug-toolbar

Smile Debug Toolbar

  Sources   Download

OSL-3.0

The Requires

  • php ~5.6.5|~7.0.0
  • magento/framework ~100.1.0

 

by Laurent Minguet

debug magento2 toolbar