Debug Panel SQL / Cache

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 `mxp_auth_assignment` WHERE `user_id`='21'


This is ok,

However this clutters my debug panel

Is there a way to

A) See if this is a real DB call or a call to the cache?

B) Remove those calls to the cache ?

C) Filter some of these queries manually out of the debug panel so I only see the valuable stuff

Any suggesitons ?

There’s no such feature yet. Create issues at debug’s GitHub: https://github.com/yiisoft/yii2-debug. Ideally w/ pull requests. If you have time for these, of course.

Thanks for your response… that saves me at least hours of searching for a solution …