https://github.com/opsway/magento-mod-debug
Magento module for performance issues debug
https://github.com/opsway/magento-mod-debug
Last synced: 7 months ago
JSON representation
Magento module for performance issues debug
- Host: GitHub
- URL: https://github.com/opsway/magento-mod-debug
- Owner: opsway
- Created: 2013-10-14T14:28:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-16T23:14:14.000Z (over 12 years ago)
- Last Synced: 2025-03-12T18:23:07.028Z (about 1 year ago)
- Language: PHP
- Size: 102 KB
- Stars: 2
- Watchers: 45
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DebugLog Extension for Magento
This extension create on each request statistic logs with debug info about magento collections & models.
## Features
* Admin settings for rule extension.
* Collect statistic about load collections & models
* Additional info (sql queries for collection, IDs loaded models, counter, timer)
* You can enabled magento DB profiling without editing code
* Db profiling create separate log files for each uniq URL requests
## Installation & Usage