This module is listed as being incompatible with aggressive caching. Is there a possible fix for this? I know it is possible for modules to show up on the aggressive caching warning list when there really isn't a problem.
This module is listed as being incompatible with aggressive caching. Is there a possible fix for this? I know it is possible for modules to show up on the aggressive caching warning list when there really isn't a problem.
Comments
Comment #1
twom commentedHi,
Thanks for the feedback. The module IS compatible with aggressive caching, but is listed as incompatible probably because since we use hook_boot().
I will see if this warning can be disabled!
Regards,
Tom
Comment #2
twom commentedUPDATE:
We have tested and apparantly redirection is not possible with aggressive caching. This is because the hook_boot function is not called.
Solution could be to provide a link to the mobile site....
We will see if this can be solved any other way (e.g. with javascript) or on server level.
Tom