On Friday, December 13, 2019 at 11:59:06 AM UTC+1, Hubert wrote: .. > Everything works perfectly and I've had all of this working well for > months. I'm very happy with this design. BUT, as I've said above, I want to > get rid of tags altogether (for performance reasons). >
hmmm, That shouldn't happen anymore. See: https://tiddlywiki.com/#Release%205.1.20 Performance Improvements 1st paragraph. - Added <https://github.com/Jermolene/TiddlyWiki5/pull/3951> pluggable > index modules to accelerate the field Operator > <https://tiddlywiki.com/#field%20Operator> and the tag Operator > <https://tiddlywiki.com/#tag%20Operator> (in tests on a wiki with 60K > tiddlers, startup time is reduced by 25% with these optimisations, and > refresh time is reduced by a factor of three.) > - Enable $:/ControlPanel : Settings : Performance Instrumentation - Save and Reload your TW - F12 : Console tab shows: performance: Execute $tw.perf.log(); to see filter execution timings - enter the text: $tw.perf.log(); - hit enter button TW should show a table with all filters and there execution time now. So you can see, if there are are really slow filters. Jeremy uses TWs with 60k Tiddlers -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/30a3e9cf-3e8e-4e2d-99d8-5643263f3431%40googlegroups.com.

