Closed (duplicate)
Project:
Boost
Version:
7.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2012 at 05:41 UTC
Updated:
2 May 2012 at 03:05 UTC
I want to use Boost module for drupal 7 site that runes adsense module too (http://drupal.org/project/adsense). This module allows adsense revenue sharing feature and for example if the revenue sharing is 50%, the adsense block which is a php block, needs to run every time for every visitor and it should not be cached. Now i want to know how can i prevent this block from being cached if i want to all other parameters of pages to be cached by Boost module except this block?
Comments
Comment #1
bgm commentedCheck the D6 page: tips and tricks. In short, you have to load the block dynamically using ajax.
Can you test and create an equivalent handbook page for 7.x-1.x ? (I'll be happy to test/review and answer any support questions).
See: #1537308: Any way to track number of users currently online
Comment #2
shamio commentedYes, i read them but the provided ways doesn't work for showing adsense ads properly.