Results 1 to 7 of 7

Adsense is slowing page loads - people complaining

This is a discussion on Adsense is slowing page loads - people complaining within the Ad Networks forums, part of the Monetizing category; Hello I have my adsense placed below the navbar on talkarizona.com. it seems that it is slowing the page load ...

  1. #1
    Member
    Real Name
    Frank
    Join Date
    Oct 2006
    Location
    La, CA
    Posts
    80
    Liked
    0 times

    Adsense is slowing page loads - people complaining

    Hello
    I have my adsense placed below the navbar on talkarizona.com.

    it seems that it is slowing the page load on the site to the point people are getting frustrated.

    I did a google search on this and it seems that everything under the adsense stops loading until the js file from google is called.

    How can I speed things up?

    edit: I should say that this is only noticeable in internet explorer
    Last edited by amnesia623; 08-02-2007 at 12:16 PM.

  2. #2
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    3,999
    Liked
    11 times
    Hi Kevin,

    You could put your adsense code in your footer, then position it using an absolute <div>.

    That way it would be positioned where you like, but loaded last (or almost last) of all.

  3. #3
    Member
    Real Name
    Frank
    Join Date
    Oct 2006
    Location
    La, CA
    Posts
    80
    Liked
    0 times
    can I do that with putting the ads under the navbar?

  4. #4
    Member
    Real Name
    Chris
    Join Date
    Dec 2006
    Posts
    45
    Liked
    0 times
    I had the same problem before. I had adsense in my header and it made the site really slow for IE users (it seemed fine for Firefox users).

    I took it out and my income has halved.

    I'd love to find out a solution so I can have the adsense code there and still have a fast site.

  5. #5
    Member
    Real Name
    Chris
    Join Date
    Dec 2006
    Posts
    45
    Liked
    0 times
    Can someone explain how to position the adsense code using an absolute <div>?

  6. #6
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    using absolute positioning will only work if you have a FIXED height from your logo to under your nav bar, and this goes for ALL resolutions you want to support. line wraps will change everything.


    first, make a holder block X pixles high where you want the add to appear.
    this can be done with a blank <div style="height: 80px;"></div> or using margins on the element above or below it.

    then, in the footer, put your ad code

    <div style="position: absolute; top: XXXpx; left: YYYpx;">AD CODE HERE</div>

  7. #7
    Member
    Real Name
    Chris
    Join Date
    Dec 2006
    Posts
    45
    Liked
    0 times
    Thanks.

Similar Threads

  1. The vBSEO LinkBacks User Guide - vBSEO 3.0 GOLD
    By Joe Ward in forum General Discussion
    Replies: 49
    Last Post: 09-20-2011, 08:10 PM

Posting Permissions

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