Closed (works as designed)
Project:
Radioactivity
Version:
6.x-1.3-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2010 at 14:42 UTC
Updated:
9 Mar 2010 at 13:40 UTC
Just out of interest - is there any reason you're not using hook_init instead of hook_exit in radioactivity_node? I believe this would allow sites to run Aggressive caching...
Comments
Comment #1
skiminki commentedhook_init vs hook_exit: I used Drupal core module node_counter as an example. It used hook_exit() back then, and probably still does.
Aggressive caching: I doubt using hook_init helps. From /admin/performance-page: "The aggressive cache mode causes Drupal to skip the loading (boot) and unloading (exit) of enabled modules when serving a cached page." However, if you guess hook_init() would still work, please send a tested patch. The code changes should be trivial.