I've work a lot with the book module since D5 and have many book related projects. In doing some profiling of said projects, I came across a few obnoxiously bloated functions in the book module which could serve cached output (basically the prev, up, next links are killer). Project page says it all as to why: https://www.drupal.org/project/book_cache
module in D7 adds: - a cache bin - hijacks a template preprocess functions to use book_cache's instead of core - triggers cache bin to clear at logical points in time (node save, insert, delete w/ ->book property set, etc) - has admin_menu support to clear via that UI if requested
It being so late int he D7 cycle I probably won't even bother trying to submit a patch for core for it but if this would be something that'd receive eyes / testing / consideration for inclusion in backdrop I'll throw it directly into Backdrop's book module and issue a PR.
Recent comments
This is not the case for me. I have started over a new installation with minimal profile and will enable things one by one. Will let you know how it goes.
xmlsitemap module generates wrong links for languages
The first problem is not a problem, things work as designed. When you install Backdrop in English, the existing content does not have a selected language. Then, when you add other languages...
xmlsitemap module generates wrong links for languages
I've written before about the problems with multilingual websites: https://forum.backdropcms.org/forum/no-way-translate-site-information?page=0%2C0#comment-8313 I'm currently...
xmlsitemap module generates wrong links for languages