> > As is often the case I think it depends on how you implement it. > > I distinctly recall @Jermolene singling heavy use of templates as a thing > that could slow things down so I my interpretation is that they are more > critical in this regard than many other things. So, I'm trying to understand > what specifically about them that cause this.
I’d need more context to be clear about what I meant. Was I talking from the perspective of adding things to the core, or from the perspective of somebody building something out of TiddlyWiki? It sounds like I was talking about adding too many view template segments. The “special” thing about view template segments is that they appear in every tiddler, and so if they take a long time to render the effects will be worse the more tiddlers that are open. Beyond that, it’s all just templates all the way down, and the performance trade-off remains that performance will generally get worse as the templates get more complex. Best wishes Jeremy -- 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/7C4DAB15-AF51-443E-9743-BBA3D0942210%40gmail.com.

