• Stars
    star
    331
  • Rank 126,941 (Top 3 %)
  • Language
    JavaScript
  • Created about 8 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Magento Chrome Toolbar for MSP_DevTools

Magento Chrome Toolbar for MSP DevTools

Magento Chrome Toolbar is a chrome extension to be used with MSP_DevTools for Magento 1 or Magento 2.

This extension allows you to quickly access the information you need to debug your Magento performances, to build your new theme or to modify an existing one.

How can I install it?

Just install from Chrome WebStore. Now you have the Chrome extension, next step is to install and configure the Magento extension.

Installing on Magento 1:

This package is also available on packagist for Magento 1 composer installation: composer require msp/devtools-m1

Source code available on GitHub: https://github.com/magespecialist/m1-MSP_DevTools

Installing on Magento 2:

  • From your CLI run: composer require msp/devtools
  • Flush your cache.
  • Turn OFF Full Page Cache while you are using DevTools.
  • Upgrade database data & schema: php bin/magento setup:upgrade
  • Open Magento backend and go to Stores > Settings > Configuration > MageSpecialist > DevTools.
  • Enable devtools and set IP restrictions.
  • Optionally download PhpStorm Remote Call Plugin if you wish to integrate PhpStorm.

Source code available on GitHub: https://github.com/magespecialist/m2-MSP_DevTools

Enabling profiler feature on Magento 2:

If you wish to enable the profiler feature, execute:

bin/magento dev:profiler:enable 'MSP\DevTools\Profiler\Driver\Standard\Output\DevTools'

Enabling SQL query feature on Magento 2:

Edit app/etc/env.php file adding the following key: $config[db][connection][default][profiler] = 1

Example:

...
  ),
  'db' => 
  array (
    'table_prefix' => '',
    'connection' => 
    array (
      'default' => 
      array (
        'host' => 'localhost',
        ...
        'profiler' => '1',
      ),
    ),
  ),
  'resource' => 
  array (
...

How does it work?

You can access both Global Page Information and Item Information through Chrome Inspector.

Inspector integration

Global Page Information

From the main panel you can see information from:

  • Theme
  • Controller / Router
  • Request parameters
  • Layout and Layout updates
  • Observers
  • Data Models inspector
  • Collections inspector
  • Blocks, Containers, uiComponents
  • Profiler

Theme, Controller and Global information:

Blocks / Containers information:

uiComponents information:

Profiler information:

Data Models information:

Collections information:

Item Information

Magento Chrome Toolbar is integrated with Chrome Inspector.

By selecting an item in you page you can see:

  • Block information
  • Used template
  • Server elapsed time
  • Block nesting
  • Template file
  • Cache information
  • uiComponent information
  • Container information

PhpStorm Integration

Magento Chrome Toolbar can be integrated with PhpStorm to directly open the template file you wish to edit.

You need to install Remote Call Plugin in PhpStorm, then enable the feature from Magento Admin.

More Repositories

1

m2-MSP_DevTools

MageSpecialist DevTools for Magento2
PHP
220
star
2

m2-MSP_APIEnhancer

Magento2 API Cache and enhancements
PHP
82
star
3

m2-MSP_Security_Suite

Full MageSpecialist Security Suite
76
star
4

m2-MSP_CmsImportExport

MSP - CMS Import Export module for M2
PHP
74
star
5

m2-MSP_CashOnDelivery

Cash on delivery module for Magento 2
PHP
52
star
6

m2-MSP_ReCaptcha

Google reCaptcha for Magento 2
PHP
47
star
7

m2-MSP_TwoFactorAuth

Two Factor Authentication for Magento 2
PHP
44
star
8

notifier

MageSpecialist Notifier Framework for Magento 2
PHP
39
star
9

m1-MSP_DevTools

MageSpecialist DevTools for Magento 1
PHP
26
star
10

m2-MSP_Shield

Intrusion Prevention System for Magento2
PHP
21
star
11

m2-MSP_CodeMonkey

Code Monkey For Magento 2
PHP
21
star
12

m2-MSP_SMTP

A module for Magento 2 allowing send mail via SMTP.
PHP
21
star
13

m2-MSP_AdminRestriction

Admin IP restriction form Magento 2
PHP
15
star
14

m2-MSP_OwlCarousel2

This module lets you use OwnCarousel2 with Magento 2 throught requirejs
JavaScript
15
star
15

m2-MSP_NoSpam

SPAM and malicious users filter for Magento2
PHP
13
star
16

m2-MSP_AntiVirus

Antivirus/AntiMalware for Magento2
PHP
12
star
17

MSP_FlatShipping5

Magento extension for creating 5 flat rate shipping methods with different prices and conditions
PHP
12
star
18

slickjs

This module lets you use Slick with Magento 2 throught requirejs
CSS
8
star
19

MSP_CashOnDelivery

[DISCONTINUED] Magento extension to add a ready-to-use Cash-On-Delivery payment gateway for your store.
PHP
8
star
20

m2-MSP_Passwd

Simple digest auth passwd module for Magento 2
PHP
7
star
21

m2-MSP_APIBoost

Simple API REST cache layer for frontend applications
PHP
7
star
22

lts2

Magento LightSpeed Cache Engine v2
PHP
6
star
23

m2_MSP_LightGallery

Magento 2 module wrapper for LightGallery
JavaScript
6
star
24

m2-MSP_SecuritySuiteFull

Metapackage for MSP Security Suite modules
5
star
25

m2-MSP_Notify

Magento2 module that allows to notify events to an external channel (like Slack or Telegram)
PHP
5
star
26

tiny-slider

JavaScript
5
star
27

m2_MSP_LightSlider

Magento 2 module wrapper for LightSlider
JavaScript
4
star
28

m2-MSP_UseLowestPriceForTier

Show lowest price for tier prices
PHP
4
star
29

m2-MSP_PhpIDS

PHPIDS/PHPIDS package adapted for MSP Security Suite for Magento2
PHP
3
star
30

m2-MSP_UserLockout

Customer brute force protection Magento 2
PHP
3
star
31

MSP_TwoFactorAuthentication_M1

Two Factor Authentication for Magento 1
PHP
3
star
32

m2-MSP_Security_Suite_Common

Common libraries for MSP Security Suite
PHP
2
star
33

MSP_Common

MSP Common is a Magento 1.x extension to provide a notification system for all our extensions
PHP
2
star
34

m2-MSP_Common

MageSpecialist Magento2 Common Library
PHP
2
star
35

MSP_Bancasella

Free and OpenSource BancaSella GestPay online payment processor for Magento
PHP
2
star
36

m2-MSP_BackendGoogleSignOn

Google Sign On Module for Magento Backend
PHP
2
star
37

notifier-template

Twig template manager for notifier
PHP
1
star
38

notifier-all

MageSpecialist Notifier Full Package
1
star
39

relinker

Static linker for Magento2
PHP
1
star
40

relinker-qr

Relinker QR codes generator for Magento 2
PHP
1
star
41

m2-MSP_PasswordStrength

Password Strength validator for Magento 2
PHP
1
star
42

notifier-event

Event based rule engine for MSP Notifier
PHP
1
star
43

notifier-core-adapters

MSP Notifier Core Adapters
PHP
1
star