DuckThom / Mgt_Developertoolbar

Mgt DeveloperToolbar for Magento 2

Home Page:https://www.mgt-commerce.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mgt Developer Toolbar for Magento 2

The Mgt Developer Toolbar is a must have for Magento 2 developers and frontend guys. The toolbar shows you all important information for performance optimisation and magento development.

Profiler

Main Features

  • Profiler
  • Memory Consumption
  • List of all Database Queries
  • Block nesting
  • Cache Storage Information
  • Session Storage Information
  • Enabled / Disabled Modules
  • Request / Response Data
  • Handles
  • Events / Observers
  • Plugins
  • Preferences
  • PHP-Info

Installation with Composer

  • Connect to your server with SSH
  • Navigation to your project and run these commands
composer require --dev mgtcommerce/module-mgtdevelopertoolbar

php bin/magento setup:upgrade
rm -rf pub/static/* 
rm -rf var/*

php bin/magento setup:static-content:deploy

Installation without Composer

php bin/magento setup:upgrade
rm -rf pub/static/* 
rm -rf var/*

php bin/magento setup:static-content:deploy

Usage

To enable / disable the toolbar go to Stores --> Configuration --> MGT-COMMERCE.COM --> Developer Toolbar

Enable Mgt Developer Toolbar

Make sure to have the Full Page Caching (FPC) disabled otherwise the toolbar will not work

Disable FPC

Screenshots

Dashboard

Dashboard

Profiler

Profiler

Database Queries

Database Queries

Nested Blocks

Nested Blocks

Licence

Open Software License (OSL 3.0)

About

Mgt DeveloperToolbar for Magento 2

https://www.mgt-commerce.com/


Languages

Language:PHP 58.7%Language:HTML 21.3%Language:CSS 15.1%Language:JavaScript 4.9%