Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/clawrock/magento2-debug

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/clawrock/magento2-debug

  • v0.0.0-20231127152712-9a55944afdc3
  • Source
  • Go
  • Socket score

Version published
Created
Source

Packagist Packagist Build Status

Magento 2 - Debug module

Module for debugging Magento 2 performance. It works without overwriting any core files and it can be installed with composer.

Installation

  1. Enable developer mode php bin/magento deploy:mode:set developer
  2. Install module via composer composer require clawrock/magento2-debug
  3. Register module php bin/magento setup:upgrade
  4. Enable profiler in configuration: Stores -> Configuration -> Advanced -> Debug
  5. Enable DB profiler php bin/magento debug:db-profiler:enable

Configuration

All settings have only default scope and config type pool is set to environment for better integration with php bin/magento app:config:dump

Compatibility

  • Magento >= 2.4.4
  • PHP 8.1, 8.2

Profiler collectors

  • Ajax
  • Cache
  • Config
  • Customer
  • Database
  • Events
  • Layout
  • Memory
  • Models
  • Plugins
  • Request/Response
  • Performance
  • Translations

Additional features

Credits

FAQs

Package last updated on 27 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc