이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

LazyLoading

2021년 10월 9일 오후 2:54

Ordinarily with TiddlyWiki, the full content of all tiddlers is embedded into the main HTML file. Lazy loading refers to the technique of only embedding metadata about the tiddler (in other words all fields except the text field), and requesting the body from the server when required.

Lazy loading can be used in two configurations:

See the Lazy Loading Mechanism for details of how lazy loading is implemented.

Lazy loading under Node.js

To start TiddlyWiki with lazy loading for image tiddlers use this command:

tiddlywiki --listen root-tiddler=$:/core/save/lazy-images

To apply lazy loading to all non-system tiddlers use this command:

tiddlywiki --listen root-tiddler=$:/core/save/lazy-all