[tw5] Re: TranscludeWidget is very slow to load when used from a template

2020-09-01 Thread talha131
Thank you all of you. You people have fixed a major headache for me. Using tiddlywiki --listen root-tiddler=$:/core/save/lazy-all was the issue. I replaced it with tiddlywiki --listen *root-tiddler=$:/core/save/lazy-images* and this fixed the issue. I never guessed that lazy-all could be

[tw5] Re: TranscludeWidget is very slow to load when used from a template

2020-09-01 Thread PMario
Hi, Which plugins do you use? How big is your wiki? -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 tiddlywiki+unsubscr...@googlegroups.com. To view this

[tw5] Re: TranscludeWidget is very slow to load when used from a template

2020-08-31 Thread 'Mark S.' via TiddlyWiki
What is the command line you are using to launch? Is it possible that you have lazy loading enabled? I thought lazy-loading was automatically disabled on node, but I see there is this hidden setting: https://tiddlywiki.com/#Hidden%20Setting%3A%20Disable%20Lazy%20Loading It might be worth

[tw5] Re: TranscludeWidget is very slow to load when used from a template

2020-08-31 Thread TW Tones
On Tuesday, 1 September 2020 11:00:19 UTC+10, TW Tones wrote: > > Talha, > > A few thoughts (I subscribe to ego-less programming > so please don't read > between the lines of what I say) > >- When we ask software to do more it takes

[tw5] Re: TranscludeWidget is very slow to load when used from a template

2020-08-31 Thread TW Tones
Talha, A few thoughts (I subscribe to ego-less programming so please don't read between the lines of what I say) - When we ask software to do more it takes more. I we may consider node has the advantage of load on demand, where a

[tw5] Re: TranscludeWidget is very slow to load when used from a template

2020-08-31 Thread talha131
More information I am running TW from nodeJS, which shows this slow behaviour. But the HTML file built from the tiddlers does not have any performance issue. So my guess is, *TW running on NodeJS has performance issue*. ​ -- You received this message because you are subscribed to the Google

[tw5] Re: TranscludeWidget is very slow to load when used from a template

2020-08-31 Thread talha131
I tried a different widget, toc but the delay is still present, though the delay is much shorter than before. But it is not instantaneous. > ​ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: TranscludeWidget is very slow to load when used from a template

2020-08-31 Thread talha131
Thank you. I have tried retain="no", *but the result is still the same*. It still takes more than 30 seconds to load the tiddler. ​ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw5] Re: TranscludeWidget is very slow to load when used from a template

2020-08-31 Thread Eric Shulman
On Monday, August 31, 2020 at 11:45:30 AM UTC-7, talha131 wrote: > > Macro > > \define tagVerticalTabsUnsorted(defaultTid:"") > > @@float:right; > {{||$:/core/ui/TagTemplate}} > @@ > <$macrocall $name="tabs" > tabsList="[tag]"default=<<__defaultTid__>> > state="$:/state/tab1" >

[tw5] Re: TranscludeWidget is very slow to load when used from a template

2020-08-31 Thread PMario
On Monday, August 31, 2020 at 8:45:30 PM UTC+2, talha131 wrote: ... > <$macrocall $name="tabs" > tabsList="[tag]"default=<<__defaultTid__>> > state="$:/state/tab1" > class="tc-vertical" > template="$:/talha131/Template/VerticalTab" > retain="yes" *< THIS is the problem. * >