I need to optimize the loading speed of several existing websites. One of the issues that I have is the amount of requests per page. The websites have 7 or more different ty
Like some others have said, put used-on-more-than-one-page scripts all together into a main.js and then if there are page specific ones: home.js, another_page.js, etc.
The only thing I really wanted to add was that for libraries like jQuery, you should use something like Google's Libraries API.
Oh, and finally -- don't forget to turn gzipping on your server!