I have a question regarding script performance/activity. Let’s say I have a script that peforms at ~5% activity. If I were to split it into 2 scripts that both make ~2.5% activity would that make a change?
1 Like
Not really. The same amount of memory is being used for either option.
BUT splitting it into two scripts might actually be worse because you’re defining more variables and making more connections.
All in all just go with 1 script.
Alright, thank you for the response
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.