Combining external scripts into as few files as possible cuts down on RTTs and delays in downloading other resources.
Page Speed recommends:
Partition files optimally
Here are some rules of thumb for combining your JavaScript files in production:
<head> as possible, and keep the size of those files to a minimum.Position scripts correctly in the document head.
Whether a script is external or inline, it's beneficial to position it in the correct order with respect to other elements, to maximize parallel downloads.
Feel free to contact us with your suggestions, links or ideas!