Hi Siniy-Kit,
I am running a local Node.js TW with 6.000+ tiddlers. No internal
PDFs. Lazy-loading all.
Speed is ... so,so..., but ok. I did not hit a brick wall so far.
Its on a Laptop which is ... quite powerfull...
But I also have many growing singe-file TWs on normal PCs.
I cant help you with your original question, but maybe you can help me on the same issue:
What is the hardware you are using?
What is your operating system?
Kind regards,
Pit.W
Hi! I make little online stores on Tiddlywiky. When I have not more than 2000 items in my store, it works fast, but customer wants to have 12500 items with many parameters...
so made a demo of this shop https://heeg.ru/shop_test244.html it is 21.8 Mb (very big) and it works slow.
How to make it work fast?
--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/1148d2b7-4d38-4e54-a9c5-bd24dbbd3f2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
_________________________________________________________________ ________________________________________________________ Ihre E-Mail-Postfächer sicher & zentral an einem Ort. Jetzt wechseln und alte E-Mail-Adresse mitnehmen! https://www.eclipso.de
--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/3a1b4dcf-85cd-4252-9924-41ab03eb1024%40googlegroups.com.
.. The problem is slow work of big TW5. All navigating and menus become very slow.
I think the problem is very very big DOM tree of my site and it is very difficult for browser to update this tree every time.
I think Node.js will not solve this problem....
As far as I understand it the problem is not the DOM per se, which TiddlyWiki does not handle in the standard way, its the REFRESH mechanism. Everything has to be rebuilt when a change is made. The problem with this is that the more complex the TW gets the worse performance (generally) gets.
Its certainly worth comparing if a Node.js might work better. But its likely there is a limit.
If it works better it won't be because of "lazy loading" since, as PMario says, in your usage as the issue centres on Tiddlers could be invoked in lists/filters. "Lazy loading" relates to simply that the Title only is permanently in memory--and the Tiddler content loads on click. It won't speed up lists or filters.
In brief, at the moment, TW does not scale well.
Since I am a bit of an amateur (I'm not a programmer) others may say otherwise... but I wrote this to hopefully elicit clearer answers.
Jermolene: Perhaps better to say that as a TiddlyWiki gets more complex one has to pay more attention to performance.
Jermolene: Perhaps better to say that as a TiddlyWiki gets more complex one has to pay more attention to performance.
In the context of this thread what would you advise Siniy-Kit to look towards as a step towards solving to his problem?
Best wishes
Josiah
--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/84200d45-7996-4b05-b515-55e45addf9fc%40googlegroups.com.
Hi Siniy-Kit,
In case the wiki contains many different tags, you might want to
try to use fields instead if/when possible. I found this to
significantly improve performance, I did a little study about this
a long time ago, in case it helps:
http://erwanm.github.io/tw-community-search/#TagsOptimizations.
Regards
Erwan
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/cbc59f4e-d49a-417c-8321-0a93750362c4%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/cbc59f4e-d49a-417c-8321-0a93750362c4%40googlegroups.com.