hirale/openmage-debug
Composer 安装命令:
composer require hirale/openmage-debug
包简介
Development Debug Toolbar for OpenMage
README 文档
README
This is a fork of https://github.com/madalinoprea/magneto-debug.
Features
- Request and Controller information: lists request attributes and controller that handled the request; captures request info for Ajax and POST requests
- Execution Timeline: shows execution timeline based on Varien Profiler timers
- Logs: shows log lines added to system and exception logs during a request
- Events: shows all events dispatched during request and observers that were called
- Database: lists all models and collections loaded during a request; when SQL profiler is enabled, lists all SQL queries executed and offers the ability to see their result or describe their execution plan
- E-mails: lists sent e-mails with preview
- Layout: outputs rendering tree, lists layout handlers loaded during current request and adds ability to see updated added by layout files to specific handle; offers information about instantiated and rendered blocks
- Configuration: lists available Magento modules with their status and their version; also offers the ability to enable/disable them
- Toolbar Tools: contains quick links to flush cache, enable template hints, enable SQL profiler, enable Varien Profiler, enable Magento Enterprise full page cache debug
Don't forget to check out screenshots gallery
Installation
Using composer
Install with Magento Composer Installer
composer require hirale/openmage-debug
Common Issues
-
'Mage Registry key already exists' exception is raised after installation
Mage registry key "_singleton/debug/observer" already existsis reported when cache regeneration was corrupted. Please try to flush Magento cache.
-
Doesn'work. I see these logs on
var/log/system.log:Not valid template file:adminhtml/default/default/template/sheep_debug/toolbar.phtml- If you installed the module using modman you've missed an important step. Search this page after 'Allow symlinks for the templates directory' and complete that step.
-
I can't see toolbar.
- Toolbar is displayed in these conditions:
- module is installed and enabled
- toolbar is enabled from Admin / System / Configuration / Advanced - Developer Debug Toolbar (by default it's enabled)
- Magento is running in developer mode (MAGE_IS_DEVELOPER_MODE) Or your ip is listed under under 'Developer Client Restrictions'
- Check that module name Sheep_Debug is installed and enabled
- Check that 'Allow Symlinks' configuration is enabled for Modman installation
- Toolbar is displayed in these conditions:
-
I can't see toolbar on specific page
- Toolbar is added to all pages that have a structural block named
before_body_end. By default this block is available on all Magento pages. Eliminate a possible cache problem by disabling all caches. Try to determine if there are any customizations that have removedbefore_body_end.
- Toolbar is added to all pages that have a structural block named
-
Fatal error while running unit tests
- If you get error
PHP Fatal error: Uncaught exception 'Exception' with message 'Warning: session_start(): Cannot send session cookie headers already sent byyou should review your phpunit configuration file and redirect phpunit output to stderr, please check my configuration file from phpunit.xml - More details can be found here #83
- If you get error
License
hirale/openmage-debug 适用场景与选型建议
hirale/openmage-debug 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 37 次下载、GitHub Stars 达 2, 最近一次更新时间为 2024 年 06 月 11 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「magento」 「magento1」 「openmage」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 hirale/openmage-debug 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 hirale/openmage-debug 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 hirale/openmage-debug 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Free and open source ecommerce platform, created in 2024 on the M1 platform, PHP 8.3+
A Magento 1 extension to attach PDF documents to emails.
Magento 2 Social Login extension is designed for quick login to your Magento 2 store without procesing complex register steps
Magento - Clean up session extension
A queue module for OpenMage and Maho, built on Symfony Messenger. Backend-agnostic (Redis Streams in v3.0).
The vianetz AsyncQueue Magento 1 Extension.
统计信息
- 总下载量: 37
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 22
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-11
