As mat said,
When you use the tiddlywiki as a single file the whole file must be loaded. This is in part where a lot of its briliance comes from because every element is imediatly at hand in browser memory.
However there are ways to host tiddlywiki such as nodeJs where it operates somewhat differently. Think if the single file model as a cache and include items that are often referenced and externalise occasional use items. See
http://tiddlywiki.com/#ExternalImagesRegards
Tony
On Saturday, September 9, 2017 at 5:44:25 PM UTC+10, shubham dubey wrote:
Hi,
I have a simple question about tiddlywiki.I am hosting a tiddlywiki based website which have few images in the tiddly webpage .
Now the loading of webpage is really slow.Currently I have images imported and I want to know did instead of importing images
directly on tiddly page did putting them in images folder will fasten up the page loading process, or loading will remain the same.
Thanks,
Shubham