I am trying to improve how fast our corporate web pages load up/render. Part of the problem is a bunch of JavaScript files.
If I put the JavaScript files, including the JavaScript files they each reference, up on a very fast server, all on the same domain, will that get me a significant increase in speed (I ask rather than trying because trying will take a fair amount of time).
And if this can be a big win, do I need a highly optimized file server for these files? Or a dedicated IIS server? Or will a CDN do the job? (I know a CDN is great for having large files close for more efficient downloads, but are they also designed to deliver files quickly?)
Also, is the page load issue for JavaScript primarily downloading the file? Or processing it?