aoepeople/aoe_profiler
最新稳定版本:v0.3.0
Composer 安装命令:
composer require aoepeople/aoe_profiler
包简介
Magento Profiler
README 文档
README
http://www.fabrizio-branca.de/magento-profiler.html
For the Magento 2 version of this extension, please visit: https://github.com/perryholden/Holdenovi_Profiler
Usage
Copy the aoe_profiler.xml.sample file to var/aoe_profiler.xml and find some documentation on what the settings mean in that file.
Find some more settings in System > Configuration > Developer > Debug > Profiler.
Enable database profiling
Add this to your local.xml:
<config> <global> <resources> <default_setup> <connection> <profiler>1</profiler> </connection> </default_setup> </resources> </global> </config>
Notes
Depending on the complexity of your site a lot of data ends up being collected during a profile run. The first problem with this is that the database table holding this information might be growing. Please double check the cron settings of the cleanup task.
By default MySQL comes with max_allowed_packet set to 1 MB. One profile run could exceed 1 MB. Please check var/system.log for error messages and increase this setting in our MySQL server settings (/etc/mysql/myconf). (Also see: http://dev.mysql.com/doc/refman/5.1/en/packet-too-large.html)
[mysqld]
max_allowed_packet=16M
统计信息
- 总下载量: 19.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 248
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2015-08-24