Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whitelist Settings / Cache settings #118

Open
robov opened this issue Aug 1, 2016 · 0 comments
Open

Whitelist Settings / Cache settings #118

robov opened this issue Aug 1, 2016 · 0 comments
Labels
type:enhancement Enhancement

Comments

@robov
Copy link

robov commented Aug 1, 2016

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

@samdark samdark added the type:enhancement Enhancement label Aug 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants