Assuming I have a page with several subpages which do not share the same scripts, what is the best policy concerning server load and performance?
Right now I have included all javascript files/plugins in all pages. But for example, subpage1 is the only one using GoogleMaps API, subpage2 is the only one using a lightbox plugin, etc.
My page can be crowded sometimes so I want to minimize server load where ever possible. So, what's best? Does it even matter?