[tw5] Re: My TW Performance

2020-06-07 Thread Damon Pritchett
Thanks very much Eric. That's just the example that I needed. It worked quite well. There are certain search terms that still yield lots of tiddlers and I probably need to add more to the search box to limit that or just know that it will be a slightly longer search. I'm sure that part of the

[tw5] Re: My TW Performance

2020-06-06 Thread Eric Shulman
On Saturday, June 6, 2020 at 9:56:08 AM UTC-7, Damon Pritchett wrote: > > I like the idea of the submit button, but am unsure as to how to implement > that. I know I need to couple a button with an action widget, but the > documentation at Tiddlywiki.com is confusing to me. Could you point me to

[tw5] Re: My TW Performance

2020-06-06 Thread Damon Pritchett
Hey Tony, I already have the search limited by tag, but probably half of my tiddlers have that tag. I like the idea of the submit button, but am unsure as to how to implement that. I know I need to couple a button with an action widget, but the documentation at Tiddlywiki.com is confusing to

[tw5] Re: My TW Performance

2020-06-05 Thread TonyM
Damon, Not listing all from the beginning is a good idea. As the 3 character before search limit helps. If you allow the desired string to be entered before listing found items, eg a submit button this can also help. You could have a search already limited to tiddler, or system tiddler or

[tw5] Re: My TW Performance

2020-06-05 Thread Damon Pritchett
Haven't tried a splash screen yet, but am loving the conversation. One performance note that I forgot to mention: I have a couple of custom searches setup; one the name of the tiddler and one for the prefix of the tiddler name. Both search show a bit of a delay when entering text in them which

[tw5] Re: My TW Performance

2020-06-05 Thread PMario
On Thursday, June 4, 2020 at 9:23:34 PM UTC+2, Michael Wiktowy wrote: > > Or if you want to be sneaky and just have the *perception* of fast > loading, you can use your source code inspector on your tiddlywiki with all > your tiddlers closed, copy the contents of the >

[tw5] Re: My TW Performance

2020-06-04 Thread TonyM
Michael, Love it, I imagine variations on this are possible as well. Such as a welcome message and more. This is almost the work flow I was asking Eric for. I am sure we can automate this further. I was considering saving a static image of the tiddltwiki after load, with all links to the

[tw5] Re: My TW Performance

2020-06-04 Thread Michael Wiktowy
Or if you want to be sneaky and just have the *perception* of fast loading, you can use your source code inspector on your tiddlywiki with all your tiddlers closed, copy the contents of the div.tc-page-container-wrapper element and the inline style sheet to put in the style scoped section

[tw5] Re: My TW Performance

2020-06-04 Thread Diego Mesa
Mario, I often startup my wiki once (through a screen/tmux session) and dont ever restart it, until my computer restarts (rarely). In this case, I would be willing to trade a longer startup, for no slowdown while I'm actually using the wiki! I was just thinking this could be an option.

[tw5] Re: My TW Performance

2020-06-04 Thread PMario
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

[tw5] Re: My TW Performance

2020-06-03 Thread TonyM
Scott, Yes, but follow the link to https://tiddlywiki.com/#%24%3A%2FSplashScreen and you see a template to generate one from any tiddler could be made. Much sweeter. tony On Thursday, June 4, 2020 at 2:38:44 PM UTC+10, Scott Kingery wrote: > > There are instructions on tiddlywiki.com for how

[tw5] Re: My TW Performance

2020-06-03 Thread Scott Kingery
There are instructions on tiddlywiki.com for how to build a splash screen. https://tiddlywiki.com/#Creating%20a%20splash%20screen Or you could be lazy like me and just drag $:/SplashScreen from there into your own wiki. On Wednesday, June 3, 2020 at 7:19:01 PM UTC-7, TonyM wrote: > > Eric, > >

[tw5] Re: My TW Performance

2020-06-03 Thread TonyM
Eric, What is the best work flow for people to use to design a splash screen? The power of tiddlywiki should allow us to generate the html/css we place in the tiddler. Regards Tony On Thursday, June 4, 2020 at 11:51:02 AM UTC+10, Eric Shulman wrote: > > On Wednesday, June 3, 2020 at 6:24:39

[tw5] Re: My TW Performance

2020-06-03 Thread Damon Pritchett
Ah, ok. I misunderstood. Thanks for the clarification. It makes perfect sense. -- 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

[tw5] Re: My TW Performance

2020-06-03 Thread Eric Shulman
On Wednesday, June 3, 2020 at 6:24:39 PM UTC-7, Damon Pritchett wrote: > > I will say that even as large as my wiki is, it loads fairly quickly. I > currently have a single tiddler open on startup. It’s a very small amount > text along with a couple of external images. Sort of a “title page” of

[tw5] Re: My TW Performance

2020-06-03 Thread TonyM
Damon, The splash screen is not faster, it just warns people not to abandon the page if the see nothing while it loads. They say it only takes a few seconds and many will abandon following a link. Regards Tony On Thursday, June 4, 2020 at 11:24:39 AM UTC+10, Damon Pritchett wrote: > > Thanks

[tw5] Re: My TW Performance

2020-06-03 Thread Damon Pritchett
Thanks Tony. I will say that even as large as my wiki is, it loads fairly quickly. I currently have a single tiddler open on startup. It’s a very small amount text along with a couple of external images. Sort of a “title page” of sorts. I’m going to investigate the splash screen to see if

[tw5] Re: My TW Performance

2020-06-03 Thread TonyM
Damon, Thanks for sharing to the community. I would add some quick points for future readers of this post - Apart from load time taking longer as a wiki grows, installing a Splash screen helps - I have even included a message

[tw5] Re: My TW Performance

2020-06-03 Thread Diego Mesa
Eric, On node, is it possible to have all of this calculated once at startup? And then just update as necessary? On Wednesday, June 3, 2020 at 4:58:58 PM UTC-5, Eric Shulman wrote: > > On Wednesday, June 3, 2020 at 2:48:00 PM UTC-7, Damon Pritchett wrote: >> >> ...The only delay that I notice

[tw5] Re: My TW Performance

2020-06-03 Thread Damon Pritchett
Thanks Eric, I thought that was likely the case. I should note that I wasn't really complaining about it about since it's only the first time and the delay is fairly short. I just thought it was an interesting point of observation. Damon On Wednesday, June 3, 2020 at 2:58:58 PM UTC-7, Eric

[tw5] Re: My TW Performance

2020-06-03 Thread Eric Shulman
On Wednesday, June 3, 2020 at 2:48:00 PM UTC-7, Damon Pritchett wrote: > > ...The only delay that I notice is in the backlinks widget of a footer > that is part of probably half of my tiddlers. The very first time I open > this widget (it's in a tab), there is a delay. After that, there is no >