Replies: 1 comment
-
Before patch: and Redis calls (5): 4.14 ms After patch: and Redis calls (37): 14.1 ms |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
laravel-permission/src/PermissionRegistrar.php
Line 131 in 753ce00
For cases 200+ permissions and 100+ permission checks for request usage of
\Illuminate\Support\Collection::where
utilize up to 20% of CPU.Also why clone
$permissions
?laravel-permission/src/PermissionRegistrar.php
Line 128 in 753ce00
Some patch reduces CPU consumption by 20% for large complex applications
Beta Was this translation helpful? Give feedback.
All reactions