Hi Alfalfa > I have a lot of lists based on filters. I have defined many of my own fields > to filter through for these lists. I have megabytes upon megabytes of text in > the bodies of tiddlers. > > To save time loading the front page, I switched to lazy loading using > $:/core/save/lazy-all. But now, my carefully arranged lists based on filters > no longer work. For just one example, the missing page list no longer shows > what pages are missing.
As you’ve found, the “Missing” tab is broken by the current implementation of lazy loading, because the underlying processing requires access to tiddlers “text” fields. > Is there any way I could > A. generate these lists server-side, or Not at the moment, although I’ve taken the first steps with an experimental mechanism for invoking server side commands from the browser: https://github.com/Jermolene/TiddlyWiki5/pull/3461 <https://github.com/Jermolene/TiddlyWiki5/pull/3461> > B. tell the lazy loader to load a few more fields I have defined, so my > filters actually show results again? The lazy loading mechanism preloads all fields except the text field. All of your filters that don’t reference the text field should work OK. 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/a2533d00-9fc2-4241-bc7b-f8b6c6ce9322%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/a2533d00-9fc2-4241-bc7b-f8b6c6ce9322%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/676EB282-B39B-4261-8E63-8304535AECDE%40gmail.com. For more options, visit https://groups.google.com/d/optout.

