- Issue created by @bramtenhove
- Status changed to RTBC
about 2 years ago 12:02pm 17 March 2023 - Status changed to Fixed
about 2 years ago 8:29am 20 March 2023 Automatically closed - issue fixed for 2 weeks with no activity.
We're doing unnecessary config get calls in SocialEventInviteConfigOverride. These should be inside of the if statement where the rest of logic is executed.
Set a breakpoint in SocialEventInviteConfigOverride 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.