Make sure that logs are activated before calling expensive function calls. Also use StringBuilder to format Strings. This will improve performance drastically (~10 s -> ~300 ms in one test scenario).
Testing done
Executed on a local installation.
Fixes #385
Submitter checklist
[X] Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
[X] Ensure that the pull request title represents the desired changelog entry
[X] Please describe what you did
[X] Link to relevant issues in GitHub or Jira
[ ] Link to relevant pull requests, esp. upstream and downstream changes
[ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue
Make sure that logs are activated before calling expensive function calls. Also use StringBuilder to format Strings. This will improve performance drastically (~10 s -> ~300 ms in one test scenario).
Testing done
Executed on a local installation.
Fixes #385
Submitter checklist