项目作者: mirasvit

项目描述 :
Magento 2 Profiler
高级语言: JavaScript
项目地址: git://github.com/mirasvit/module-profiler.git
创建时间: 2016-01-24T22:39:05Z
项目社区:https://github.com/mirasvit/module-profiler

开源协议:Open Software License 3.0

下载


Magento 2 Profiler Module

Installation

Log in to the Magento server, go to your Magento install dir and run these commands:

  1. composer require mirasvit/module-profiler
  2. php -f bin/magento module:enable Mirasvit_Profiler
  3. php -f bin/magento setup:upgrade
  4. php -f bin/magento mirasvit:profiler:enable

Usage

  1. php -f bin/magento mirasvit:profiler:enable # Enable profiler
  2. php -f bin/magento mirasvit:profiler:disable # Disable profiler
  3. php -f bin/magento mirasvit:profiler:status # Current status
  4. php -f bin/magento mirasvit:profiler:allow-ips 127.0.0.1 192.268.22.11 # Allow only specified IPs
  5. php -f bin/magento mirasvit:profiler:allow-ips --none # Remove IP restriction

Demo

http://profiler.m2.mirasvit.com/

http://profiler.m2.mirasvit.com/profiler/profile/index/

Screenshots

Magento 2 Code Profiler and Database Profiler

Licence

Open Software License (OSL 3.0)

1.0.8

*(2020-10-08)

Improvements

  • M2.4

1.0.6

(2017-09-28)

Improvements

  • M2.2

Fixed

  • Issue #20

1.0.5

(2017-09-07)

  • PHP 5.6.x

1.0.3, 1.0.4

(2017-09-06)

  • Issues with less compilation

1.0.2

(2017-09-05)

  • Significant changes in UI

1.0.1

(2017-03-30)

  • Improve styles load mechanism

1.0.0

(2017-03-30)

  • Initial release