-
batch load multiple javascript + css files
can anyone tell me how to load multiple css files and javascripts on the same page at once? i've heard this will minimize page load time and requests.
-
-
-
-
There are a few things you can do, try to merge files to get fewer server requests, compress them to reduce the size, put the JavaScript files at the bottom if possible to allow other things to load first, etc. To get more info, take a look at this article:
http://nettuts.com/articles/general/15-tips-to-speed-up-your-website-and-optimize-your-code/
Good luck!
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks