Replies: 1 comment
-
@mc9629 , It seem to happen in the webpack bundle, not directly my own code. Anyway thx for the info. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the CWE-1050, when calling a function in an end loop, the function will be computed for each loop iteration and will decrease dramatically performances. Like here:

Best regards and great job
M
Beta Was this translation helpful? Give feedback.
All reactions