Yii 1 debug toolbar

how to install and show the debug toolbar on yii1 not yii2 , i have areadey installed the file under protected/extensions

There are multiple toolbars. Which one you’re talking about?

thank you samdark
i want the tool bar that show status,route,log,time,…etc

i need it to monitor the slowness in the code , if you have other way to monitor code slowness for yii1 please advise?

Well, I suggest this one: https://github.com/zhuravljov/yii2-debug

You can also use profiling logs and check these in log files.

thank you again ,

i have installed the extension manually and added the below code to the main.php

	     'debug' => array(
        //'class' => 'vendor.zhuravljov.yii2-debug.Yii2Debug', // composer installation
        'class' => 'ext.yii-debug-toolbar.Yii2Debug', // manual installation
    ),

and

defined('YII_DEBUG') or define('YII_DEBUG',true);  

to index.php

but the bar still not appear, is there any missing configration in my case?

Yes and it’s right in the readme.