Performance issue

@pmario , it was just a quick and dirty way of getting to 30,000 tiddlers as an exploration _TW handling such numbers. There are only 8,000 unique images all addressed by canonical_uri tiddlers.

Bobj

1 Like

Like you, I only get 3 hits for image1.

I suspect @Bob_Jansen might have meant image-1 … since that does get “thousands”.

External images to /files folder will help, I do that in TidGi desktop by a custom plugin.
Binary file will all loaded into memory due to a bug, and loading them is slow.

Wiki will scan each tiddler to build indexer, which is the slowest part

Performance issue has been discussed on Github, and is not solved. Like [BUG] With 8k+ tiddlers, in a NodeJS wiki everything is Slow · Issue #7151 · TiddlyWiki/TiddlyWiki5 · GitHub

Because criticial implementations haven’t been merged https://github.com/TiddlyWiki/TiddlyWiki5/pull/7329