On Thursday, June 4, 2020 at 1:15:59 AM UTC+2, Diego Mesa wrote: ... > On node, is it possible to have all of this calculated once at startup? > And then just update as necessary? >
The wiki.js module contains: exports.getTiddlerBacklinks() ... which will create the internal structure, if it doesn't exist. So it may be possible to create a startup module, that creates the structure. ... BUT ... This would slow down the initial startup of the wiki. If a user clicks a link, that opens a tiddler, they "tolerate" a moderate delay, because they know, the wiki has to do something. We should try to make the initial startup faster and not slower. just some thoughts mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/0157797a-e93f-4cdc-bd5a-c6a9b1a6253f%40googlegroups.com.

