I\'m developing a website, but I realized that, in addition to the link to my main javascript file, and the link to the jquery file, it\'s beginning to look like I\'m going
Many sites require the use of large and often many JavaScript files. Whether this is in the way of plug-ins or custom scripts.
In this case I would suggest you look at performance of your application. For example minifying your JavaScript files and where possible send them to the client gzipped with expire headers so they can be cached.