MantisBT: master-2.25 8ccd29c5

Author Committer Branch Timestamp Parent
dregad dregad master-2.25 2023-03-15 08:05 master-2.25 ab891658
Affected Issues  0032131: access_project_array_filter can lead to many SQL requests
Changeset

Cache Projects in access_project_array_filter()

This performance optimization avoids execution of one SQL query per
Project in the loop as we check the access level for each one.

Fixes 0032131

mod - core/access_api.php Diff File