When minifying JavaScripts together in web-development, is it better from the user-loading-time point of view to:
I would much rather have 1 minified js file for the entire site. Over a period of time this always performs better than having multiple js files.
Check out this link for more details