I understand there are already lots of discussion about performance of TiddlyWIKI, e.g.
- Performance of Wiki and the number of tiddlers (assume same amount of information)
- Lazy-all performance
My personal TW has around 10K tiddlers without any performance problem at this stage. My setup is TW 5.3.3 with node.js under Windows 11.
I am starting to use echarts to visualise my data in TW and concerning about the performance in the near future. The data are much bigger than pure text tiddlers and increasing very quick.
For example, a simple visualisation of historical selected agricultural commodities takes 500 KB in text/vnd.tiddlywiki
format. Shortly, it will be a problem if I visualise more data.
What should I plan now? For example
- Store data in echarts data in
application/json
. - Lazy-load all tiddlers or just data tiddlers (i.e.
application/json
). - A separate Tiddlywiki instance or server only for data.
Thanks for any advices.