I am calling a short efsExternal script from my main script and wondered if my main script would run substantially faster if I convert the external script to efsInternal.
Both scripts are encrypted and license protected, so I assume by being external the one script is decrypted and license checked every time it is called, meaning on every tick?
The external file is less than a third the size of the main efs and runs on a different interval. How would I convert it to internal?...perhaps create as a function and use a flag to avoid the main text? Will this substantially increase performance?
Is there a source of information that specifically addresses increasing efs performance? Do's and dont's?
Thanks in advance.
Both scripts are encrypted and license protected, so I assume by being external the one script is decrypted and license checked every time it is called, meaning on every tick?
The external file is less than a third the size of the main efs and runs on a different interval. How would I convert it to internal?...perhaps create as a function and use a flag to avoid the main text? Will this substantially increase performance?
Is there a source of information that specifically addresses increasing efs performance? Do's and dont's?
Thanks in advance.
Comment