GrendelKhan{TSU}
08-01-2006, 07:01 AM
this is clip from trillianjedi.. a regular to a forum I am a regular at:
the question has plagued me for a while so I thought I'd post it here to see if anyone else had any thoughts on this.
I have had a few users complain over the last year or two that the AdSense ads on pages of one of my sites in particular cause the page load times to be "quite dramatically" slowed.
I experienced this myself when there seemed to be some intermittent Google server outages yesterday. I now fully understand what these users are trying to explain to me.
What can be done about this? I've been giving it some thought and can't really get beyond about three possibilities that might actually work.
1. Source ordered content
Pull the AdSense code last and position with appropriate CSS DIV markup. I'm not sure that's all easy in my particular case as I'm using a full float CSS layout already which is probably pushing the margins of what is currently possible. I don't know that it would stand any additional complexity.
2. iFrames
I'm not sure that this would work as mediabot would then be crawling a blank page URL? Is it possible to call the AdSense code inside the main page but direct output to an iFrame?
3. DHTML
Something I've been playing around with recently. This would work in the same was as source ordered content, but the DIV's would actually be referenced in their natural place in the source, and the AdSense code pushed into that space when it's loaded.
I don't know if that's workable? As far as I can ascertain, there is no hook into an OnLoad event that could be tapped into?
What would be nice here, although again I'm just not sure if it's possible, would be to use the Body.OnLoad event so that the AdSense code is not called until the page has finished loading, then it's all called at once and shoved into the appropriate DIV slots.
Anyone here playing with this or have a succesful working solution?
for me.. I think the SOC solution is best as I found out years ago that SOC improves the user experience and also makes for a nice clean indexing. But for forums... ugh.... I'm a bit fishoutta water but I KNOW its effected performance. . eg: I'm not sure how to implement it (css noob) without messing up the layout.
how would one set of adsense underneath the nav bar to be is source-ordered at the foot of the page, but also have AS inserted into forum threads, which are table based.
Is there any way that I can have the forum AS code at the foot of the page, but shove it into a DIV inside a table residing above it? Consider if my post here had AdSense just below it.
ugh so many questions...but point is...
How to get AS into forums (wherever it is you choose) without taking the performance hit (esp. when google server outageses)
how to implement a SOC method for adsense with vbulletin forums?
inquiring minds.
the question has plagued me for a while so I thought I'd post it here to see if anyone else had any thoughts on this.
I have had a few users complain over the last year or two that the AdSense ads on pages of one of my sites in particular cause the page load times to be "quite dramatically" slowed.
I experienced this myself when there seemed to be some intermittent Google server outages yesterday. I now fully understand what these users are trying to explain to me.
What can be done about this? I've been giving it some thought and can't really get beyond about three possibilities that might actually work.
1. Source ordered content
Pull the AdSense code last and position with appropriate CSS DIV markup. I'm not sure that's all easy in my particular case as I'm using a full float CSS layout already which is probably pushing the margins of what is currently possible. I don't know that it would stand any additional complexity.
2. iFrames
I'm not sure that this would work as mediabot would then be crawling a blank page URL? Is it possible to call the AdSense code inside the main page but direct output to an iFrame?
3. DHTML
Something I've been playing around with recently. This would work in the same was as source ordered content, but the DIV's would actually be referenced in their natural place in the source, and the AdSense code pushed into that space when it's loaded.
I don't know if that's workable? As far as I can ascertain, there is no hook into an OnLoad event that could be tapped into?
What would be nice here, although again I'm just not sure if it's possible, would be to use the Body.OnLoad event so that the AdSense code is not called until the page has finished loading, then it's all called at once and shoved into the appropriate DIV slots.
Anyone here playing with this or have a succesful working solution?
for me.. I think the SOC solution is best as I found out years ago that SOC improves the user experience and also makes for a nice clean indexing. But for forums... ugh.... I'm a bit fishoutta water but I KNOW its effected performance. . eg: I'm not sure how to implement it (css noob) without messing up the layout.
how would one set of adsense underneath the nav bar to be is source-ordered at the foot of the page, but also have AS inserted into forum threads, which are table based.
Is there any way that I can have the forum AS code at the foot of the page, but shove it into a DIV inside a table residing above it? Consider if my post here had AdSense just below it.
ugh so many questions...but point is...
How to get AS into forums (wherever it is you choose) without taking the performance hit (esp. when google server outageses)
how to implement a SOC method for adsense with vbulletin forums?
inquiring minds.