Are External Scripts faster or more responsive than internal?

So, I'm working on a fairly large widget/gadget and have been noticing some lag's in responsiveness when I apply/save the main script.
This morning I moved most of it into an external file and have noticed DX's refresh time to be significantly better with just the main callbacks internally. Not to mention it's easier to navigate the subprocedures/functions from Notepad++.

Wondered if anyone else had noticed this or if my mind's playing tricks?

If it matters my base objects consist of 47 objects then depending on my testing add up to another 150 or so cloned objects.
2,288 views 2 replies
Reply #1 Top
I have never tried to use the external scripts, just found them frustrating. I wonder if it is because when you put the script in the object DX has to check each line for errors when you save it, but when its external it might just "load" it not check it. But as I have not tried this i dont know. But thats my guess.
Reply #2 Top
Any problems I've found has been with callbacks. So, they're best left in the main object anyway.