[SOLVED] Performance of one vs. many script files

I’m wondering what the performance difference would be to have all of the UI script in one js file attached to, say, the screen, vs. having multiple individual files attached to each button in that screen (as an example)?

In the final publish builds, there will be no difference as all the scripts are concentrated together into one giant script.

2 Likes

great to know. Thanks!