ppisecky

Results 7 comments of ppisecky

> 1. The first question to ask is whether cache is indeed enabled. Can you check to make sure that Bouncer is not hitting the DB for every check? Well...

Just to add more context: there are 101 abilities, 11 roles and 242 permissions in the tables. The accountant role has 45 permissions.

@JosephSilber So from what I can gather from the source code it seems like every time an ability check is run the `CachedClipboard` loads the the user's abilities from the...

@JosephSilber and maybe others. So I had some time to think about this a bit more and here is another improvement that I discovered but it is mostly related to...

It would be great to be able to move the resources outside of the tabs. This doesn't look great and produces quite a clutter.

This would be really nice. I think it could be achieved by using merge on a belongsto field and this one - similar to the way the Place field interacts...

The pull request is broadly correct - you cannot access a static c variable from anywhere in the file. It just gets retained in memory but you can't access it...