Radioactivity does not work well with page cache and anonymous users. This is because radioactivity_user_node_view($nid) is called from nodeapi. It does not get called when the page is retrieved from the page cache, and thus, the energy does not get increased. Better would be to call radioactivity_user_node_view($nid) from radioactivity_exit, which is always called (see statistics module).

Comments

skiminki’s picture

Status: Active » Fixed

Patch committed in CVS.

skiminki’s picture

Status: Fixed » Closed (fixed)