Previously when group issues were queried, we called a SELECT for each project and its associated project features to check whether the user had permission to read the issue. We now solve this by preloading those items unconditionally.
I ran across this issue while trying to optimize loading of License
: !50318 (merged)