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
Have an application with more complex model structure (multiple hasOnes, hasManys)
Set-up just one rule and activate ACL by setACL();
Issue:
Database traffic is MASSIVE due to the login_access_rule queries
Even if you index the related Atk4/login tables properly, it makes a difference between 0.2 sec to 4 sec. in loading time for comparably simple scripts.
Steps to reproduce:
Issue: