I am running my TiddlyWiki on NodeJS (v4.4.7) and because of a bunch of 
images I have added the load time has been slowing down. I am exploring 
enabling Lazy Loading <http://tiddlywiki.com/#:LazyLoading> but having some 
trouble getting it working.

When I enable lazy loading, the search seems to work just fine, however 
images never get loaded properly. Here is the command I am using to start 
my tiddlywiki:

```
/usr/bin/node /usr/lib/node_modules/tiddlywiki/tiddlywiki.js 
/home/tony/myTW \
    --server 8080 $:/core/save/lazy-images text/plain text/html myUsername 
myPassword
```

If I change the `$:/core/save/lazy-images` to `$:/core/save/lazy-all` then 
everything seems to be broken and no tiddler data is shown. Any idea why it 
is not successfully pulling down the lazily loaded content?

-- 
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 post to this group, send email to tiddlywiki@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/5581045c-3a15-42b6-b6f8-7e3d386955ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to