- 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 SocialCommentUploadConfigOverride. These should be inside of the if statement where the rest of logic is executed.
Set a breakpoint in SocialCommentUploadConfigOverride 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 move the expensive config get calls inside of these two separate if statements 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.