Forum Moderators: open
Does it really makes a difference(in case of download time ) loading multiple js files vs single js file, with exact same stuff.
then it must be true for the css files also.
As i am supposed to make the Login page fast which loads the 13 js files(all required) and the 7 css files
Thanx in advance
It also depends on how long your file is going to be, and whether you use those styles/scripts on every page or not. If you are only gonna use a script on 3 pages, then maybe it is better to split it up.
But unless the files are very big, I don't think it's going to affect the page loading time that much and it's not worth splitting them up.