Open
Description
Is your feature request related to a problem? Please describe.
When we have large global scripts on a screen, binding performance is impacted because each binding must parse through the global script.
Describe the solution you'd like
Add the global script to the document so individual bindings do not have to reparse
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
See how much of the Text widget render time is due to compiling the JS