Java Loading Issue?? Not Sure why?

Discussion in 'HTML & Website Design' started by GlobalMarketDevelopers, Oct 16, 2009.

  1. #1
    Hello everyone,

    I recently was trying to clean up code, etc, with a site im working with. I'm having a problem with the loading up of the website. When you first visit the site it loads real slow and seems like its getting hung up on the java script accordian style menu at the top, and also the java script slideshow.

    When the accordian menu at the top is loading it only shows 1 image til it loads.... why is that?

    Is there anyone who can tell me why everything is loading so slow and also would a flash slideshow be any better to use than java?

    the site is www dot everything for skin dot com

    Thanks for the help!
     
    GlobalMarketDevelopers, Oct 16, 2009 IP
  2. mastermunj

    mastermunj Well-Known Member

    Messages:
    687
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Load javascript at the end of the page, meaning, shift all javascript linking lines to just before </head>.

    I try and keep my CSS at top and JS at bottom of the screen and that helps.

    More over, you can go through http://developer.yahoo.com/performance/rules.html to get more details about optimizing pages for faster load..
     
    mastermunj, Oct 16, 2009 IP