trntv/yii2-debug-xhprof xhprof panel for Yii2 debug module

extensionyii2-debugpanelxhprof

Yii2 debug xhprof panel

xhprof panel for Yii2 debug module

IMPORTANT

This is an early prototype, it is working, but pretty ugly. Contribute to it, to make it more pretty and awesome.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist trntv/yii2-debug-xhprof "*"

or add

"trntv/yii2-debug-xhprof": "*"

to the require section of your composer.json file.

add panel to your debug module configuration

'modules'=>[
    ...
    'debug'=>[
        ...
        'panels'=>[
            ...
            'xhprof'=>[
                'class'=>'\trntv\debug\xhprof\panels\XhprofPanel'
            ]
        ]
    ]
    ...
]

Usage

soon ;)

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
16 github stars & 9 github forks
0 downloads in the last day
18 downloads in the last 30 days
14130 total downloads