marionjson / xhprof_ext
composer-self package
v1.0
2021-01-18 07:51 UTC
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-04-25 17:14:03 UTC
README
xhprof_ext
环境
- PHP 7.1+.
- xhprof或tideways_xhprof 需要支持7.0以上环境
- redis 3.0+
- mongo 4.2+
安装
composer require marionjson/xhprof_ext
引入方式
- main.php 为引导入口
### apache php_admin_value auto_prepend_file "~/main.php" ### nginx fastcgi_param PHP_VALUE "~/main.php"
mongo存储桶
- performanceStatistics:性能分析详情队列KEY
redis存储桶
- TrafficShaperKey:令牌桶KEY
时间损耗
real 0m0.096s user 0m0.000s sys 0m0.015s