Remove function calls for assigning variables in templates #1087
Labels
Type: Refactoring / Technical Enh.
Technical Enhancement without changes for the user
Milestone
prevent usages like
and instead use plain variables that are regularly updated
When using a function, this function is executed thousands of times and therefore has impact on the performance.
All cases like this should also be removed from the software.
The text was updated successfully, but these errors were encountered: