Thanks all. I think I'll start moving to that layout after lunch. I'll do some more testing and post results here for any one who's curious
👍 1
r
Roc127
08/11/2020, 3:46 PM
How did it go? I am planning to do the same with all my client scripts to avoid the annoyance of the 10 CS limits. Moreover, I might even consider deploying it everywhere to avoid minimum hassle regarding having multiple CS in each record type. So, a big Client Script that is shared all across the system. But still need to figure it out the proper module structure.
e
ericbirdsall
08/12/2020, 7:51 PM
1 script with 14 functions and 1 script with 14 module calls were nearly identical in loading time
ericbirdsall
08/12/2020, 7:51 PM
I ended up sticking to to module route so I can edit 1 module at a time if need be
ericbirdsall
08/12/2020, 7:51 PM
both were VASTLY faster than 14 scripts with 1 function each