codepoet/opcache-profiler-bundle
Composer 安装命令:
composer require codepoet/opcache-profiler-bundle
包简介
Profiler for Zend Optimizer+ from pecl and ext/opcache from PHP 5.5
README 文档
README
This Bundle provides the status and an overview about Opcache/ZendOptimizer+ inside the Symfony2-Toolbar.
It is compatible with ZendOptimizer+ on PECL for PHP 5.2., 5.3., 5.4.* and the renamed Opcache, which is part of the PHP 5.5 core.
Installation
Using composer
Note: Check out this gist if you want to use composer with Symfony2 v2.0.x!
Add the codepoet/opcache-profiler-bundle package to your require section in the composer.json file.
{
"require": {
"codepoet/opcache-profiler-bundle": "1.*"
}
}
Usage
Per default the listing of cached files is deactivated cause it uses much memory to keep the filelist
available. If you want to see it anyway, put this into your config.yml:
codepoet_opcache_profiler: data_collector: show_filelist: true
License
This bundle is under the MIT license. See Resources/meta/LICENSE.
Changelog
This Changelog of this bundle can be found here: Resources/meta/Changelog.md.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.
统计信息
- 总下载量: 2.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-03-18