zendframework / zend-permissions-acl

BSD 3-Clause "New" or "Revised" License
60 stars 23 forks source link

Performance Fix #29

Closed schrankenstein closed 6 years ago

schrankenstein commented 7 years ago

unsetting a non-existing rule doesn't throw an error. In our Project this change improves loading time from 55 sec to 0.5 sec (14412 Resources, 11694 Rules)

see also https://github.com/zendframework/zf1/pull/737

weierophinney commented 6 years ago

Thanks, @schrankenstein!