Closed (fixed)
Project:
Boost
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2009 at 22:28 UTC
Updated:
10 Dec 2009 at 20:12 UTC
Hi all
When boost is caching a page, it is also caching the adsense ads that came with it when the page was generated, right?
If so, this could have big implications for sites relying heavily on adsense, since the revenues generated by the ads may vary significantly during the day. By caching the ads you run the risk of not serving the highest revenue ads to the end user and you might even show stale ads that will generate little to no revenue.
Thoughts on this issue?
Thanks
Comments
Comment #1
mikeytown2 commentedIt's not an issue. It uses javascript to generate the ad's.
Comment #2
patataur commentedThank you. I had the feeling the generated ads were being saved "as is" since there were always the same on the cached page.
Comment #3
abqaria commentedi noticed with cashing on d the adsense sometime says cannot load page
should i turn java script cashing off ?
Comment #4
mikeytown2 commentedAd sense tells you to insert only a javascript snippit correct?
https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=44511
It grabs the JS from the google servers so Boost can not cache it even if it wanted to (look at the src='' part of the code). This is not an issue with boost.
Comment #5
abqaria commentedthank you issue closed