Nodecomments is great module that opens possibility to use full power of Drupal node mechanism. Unfortunately, this comes at the expense of performance. Running nodecomment module on a popular site is out of question for this single reason.
So, I would like to ask whether it is possible to integrate Drupal caching mechanism into nodecomment module.
Function nodecomment_render is the one that calls theme('view ... ) and I think it should be possible to cache the returned value. Also whenever node content, permissions, user roles, and other relevant data changes, all (or relevant) nodecomment cache needs to be cleared.
What do you guys think?
Delf.
Comments
Comment #1
summit commentedHi, +1 for this feature please! greetings, Martijn
Comment #2
michelle6.x has caching and no one is working on 5.x.
Michelle