Quote:
Originally Posted by RS Tom It's a rendering issue with Internet Explorer. For some reason, IE likes to load everything on the page before it displays it. And since we're pulling in ads from Google and Adbrite, it pauses and waits for those. :( |
Hmm... that's a good observation with IE. One solution is to have the Ad code in a
<div> tag which appears *after the content* , but try absolute positioning or relative positioning with CSS to have the div tag visually appear at the top.
But this kind of implementation might have a few browser rendering and incompatibality issues depending on the users screen resolution or browser version etc. It doesn't hurt to experiment though.
But the bottom line is that we forum members usually pay more attention to the content more than anything else. So a small time lag in the speed of the page is a almost unnoticable. It's definitely not worth too much trouble in trying to fix it.
On one of my sites I have the same problem too. Sometimes AdSense hangs and it makes the page appear as if it's loading very slow.
After redesigning the site using a structure so that the AdSense ads appear on the right hand side vertical navigation.
Inside the HTML code the code for side navigation was *after* the main content.
This made the page load the main content faster independent of the speed of loading AdSense.
Quote:
Originally Posted by RS Tom I'd have to admit it's been bugging me for a few days.
Try loading the site in Firefox and you'll see the difference... it loads almost immediately. I've got a few guys here looking at the site to see what we can do about altering the way it renders, perhaps breaking up the pages in smaller segments...
I'll be sure to post any changes in the "what's new" section of our forums. |
Firefox loads it properly, I don't see the timelag there.