yii2-debug icon indicating copy to clipboard operation
yii2-debug copied to clipboard

Debug Extension for Yii 2

Results 45 yii2-debug issues
Sort by recently updated
recently updated
newest added

### What steps will reproduce the problem? 1. composer update yiisoft/yii2-debug 2. login (may be login before composer update) 3. wait for session timeout expired (or set session['timeout'] to small...

type:bug
status:to be verified

This issue has originally been reported by @djeux at https://github.com/yiisoft/yii2/issues/11419. Moved here by @cebe. --- I'm building a queue system for Yii2 with beanstalkd. I've got a console controller to...

type:bug

This issue has originally been reported by @BenasPaulikas at https://github.com/yiisoft/yii2/issues/15189. Moved here by @cebe. ----- I'm not sure if this is a bug or I should handle it. :) ###...

type:bug
core issue

are currently missing: https://github.com/yiisoft/yii2-debug/pull/162#issuecomment-263600124 Some useful resources: - http://www.tuicool.com/articles/ANBBVj - https://github.com/pinepain/PhpStormOpener - https://youtrack.jetbrains.com/issue/IDEA-65879

type:docs

When a page has issues/errors during a Post + 302, you cannot see this in the updated toolbar. I would like to see this somehow because its valuable information you...

type:enhancement

Laravel debugbar provides checkaccess info : ![image](https://cloud.githubusercontent.com/assets/6630197/21308628/160f0f92-c5db-11e6-9186-967143d28ec5.png) what do you about it?

type:enhancement
status:ready for adoption

The size of the current page could be used as a indicator for required optimization or to point to issues. For instance. The memory peak is high like i.e. 100MB....

type:enhancement

This issue has originally been reported by @schmunk42 at https://github.com/yiisoft/yii2/issues/7475. Moved here by @cebe. --- Hi, would you like to have the application configuration available in the debug module? Similar...

type:enhancement

This issue has originally been reported by @dilip-vishwa at https://github.com/yiisoft/yii2/issues/2365. Moved here by @cebe. --- If the cache is used in page, then we should get some informative information about...

type:enhancement

In my system I use Cached RBAC, now when I load my page I see many db calls to get the assignment of the current user ``` SELECT * FROM...

type:enhancement