Part of my page loads way before the rest

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • monstress
    New Member
    • Feb 2012
    • 5

    Part of my page loads way before the rest

    Check out the site:


    When I load it, the banner loads as it should. Then the first little blurb in the lower left loads way before the rest of the page, which has a javascript fade in applied to the containing div. The blurb that appears is within that containing div, so it should fade in like the rest.

    What is causing this? And how can I fix it?

    I am working on a Mac, using Safari, Firefox, and Chrome to test, everything up to date.

    Thanks ahead of time!
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Your images are taking a long time to download. Once the javascript libraries load, the gifs take almost a second and a half by themselves.

    Comment

    • monstress
      New Member
      • Feb 2012
      • 5

      #3
      Thanks so much!
      I installed YSlow and tested the site, made the following changes:
      made the carousel images smaller
      added expires headers
      consolidated the js
      moved the js to the bottom, or at least most of it

      And the delay is still happening.

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        Put the script before the closing body tag, not after.

        Comment

        • monstress
          New Member
          • Feb 2012
          • 5

          #5
          Thank you! Done and done!

          Comment

          • monstress
            New Member
            • Feb 2012
            • 5

            #6
            I removed the JS rollover on the lower boxes... Seems to help somewhat.

            Comment

            • drhowarddrfine
              Recognized Expert Expert
              • Sep 2006
              • 7434

              #7
              Oh. I thought your previous post meant it was fixed.

              Comment

              • monstress
                New Member
                • Feb 2012
                • 5

                #8
                Sorry to be unclear. No, it is still hanging on the initial load.

                Comment

                Working...