You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: