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

bgm’s picture

Status: Active » Closed (duplicate)

Check 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

shamio’s picture

Yes, i read them but the provided ways doesn't work for showing adsense ads properly.