javascript and css loadings
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2009-02-07T00:01:08Z
Indexed on
2010/04/02
21:43 UTC
Read the original article
Hit count: 225
I was wondering, If I have, let's say 6 javascripts includes on a page and 4-5 css includes as well on the same page, does it actually makes it optimal for the page to load if I do create one file or perhaps two and append them all together instead of having bunch of them?
© Stack Overflow or respective owner