Skip to content

intersvyaz/yii2-debug-xhprof

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 intersvyaz/yii2-xhprof

add panel to your debug module configuration

'modules' => [
    'debug' => [
        'panels' => [
            'xhprof' => ['class' => \intersvyaz\xhprof\panels\XhprofPanel::class],
        ],
    ],
],

Usage

soon ;)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.7%
  • JavaScript 3.3%