Scripting Performance

Is there a significant performance difference between the various scripting language options? For example, is it more performant to use Groovy vs Javascript?

I believe groovy is compiled and ~cached, and js is a fresh compile on every run

Scaling should be done using the external task pattern.