Hello all, I have a fairly newbie question I guess about referencing external files like javascript, css etc. I am creating a master page of which I want to reference a 'bunch' of css and javascript files, however not all pages inheriting from the master will require all styles and/or javascript.
My question is will my page become slower to load if I am referencing files like this? Does the browser grab the files as it needs them or does it load everything that is within the head tag even though no reference has been made within the page?
Thanks in advance, Onam.
...
Go to the complete details ...