- Issue created by @bramtenhove
- Status changed to Fixed
almost 2 years ago 12:39pm 25 April 2023 Automatically closed - issue fixed for 2 weeks with no activity.
We're doing unnecessary config get calls in SocialGroupInviteConfigOverride. These should be inside of the if statement where the rest of logic is executed.
Set a breakpoint in SocialGroupInviteConfigOverride at around the lines where it is doing the config get calls. This is happening pretty often.
There is already an if statement checking if the logic needs to be further executed. We can split the if statement to allow the config get calls to be executed only when it is actually applicable.
N/a
N/a
N/a
N/a
Fixed
11.8
Code (back-end)
Automatically closed - issue fixed for 2 weeks with no activity.