Results 1 to 3 of 3

Thread: batch load multiple javascript + css files

  1. #1
    Join Date
    Jul 2005
    Location
    UK
    Posts
    159
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default 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.

  2. #2
    Join Date
    Jul 2005
    Location
    UK
    Posts
    159
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default

    pleeeeeeeeeeaze?

  3. #3
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    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!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •