Posted by crea on December 16, 2009 at 6:45pm
Hello everyone,
Recently I released 2 new caching modules for Drupal: Advanced Panels Cache, and Namespice. Check them out. Feedback is welcome!
Hello everyone,
Recently I released 2 new caching modules for Drupal: Advanced Panels Cache, and Namespice. Check them out. Feedback is welcome!
Comments
List of nodes contained in a panel
How do you pull the list of nodes contained in a panel out? I haven't dug into it but it is on my todo list for Boost. In terms of cache invalidation logic you might want to look into boost and how it works; seems to work quite well at the page level.
http://drupal.org/node/453908
I don't
Panels itself invokes cache plugin functions, and I have nodes as contexts so I can construct proper cache id for my content.
Outside of the panels I really don't care about any specific combinations of nodes, cause I simply process all of them (invalidation in the way Namespice does it is very cheap).
Maybe this has something to do with push vs pull content diplaying concepts ? Or am I missing something here ?
Pull vs push
Basically I "pull" cache invalidation, while you actually "push" it.