Actions
Feature proposal #3176
closedNew hasAccess function instead of heavy array_intersect
Description
Implement and use hasAccess instead of doing array_intersect and in_array everywhere. array_intersect does not cache on PHPs end and it also does a sort before comparing so is not very efficient for large sites.
Actions