OutSystems Forge 日本語データベース

How To - Lazy load

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2014-07-15 v1.1 Francisco Menezes 8.0+ All All How-tos
サブコンテンツが徐々に読み込まれている間にメインのコンテンツ構造を素早くレンダリングすることによって、計算量の多い画面を処理する方法を学びます。
LazyLoad eSpaceでは、LazyLoad WebblockとサンプルFasterPageの使用例を見つけることができます。 このeSpaceには、SlowerPage、FasterPage、SpecificSquenceの3つの画面があります。 FasterPageはSlowerPageの変換で、LazyLoad Webblockを使用して、別々に読み込むことができる部分を宣言します。 SpecificSequenceは、異なるレイジーロードストラテジーを使用します。 RichWidget LateLoad Webblockに基づいて、コンテンツの読み込み順序を制御します。 3つの画面すべてを試して、違いを自分で確認してください。

[Overview]
Learn how to handle heavy computation screens by quickly rendering the main content structure, while sub-content is progressively loaded
[Detail]
On the LazyLoad eSpace you can find the LazyLoad webblock and a sample usage in screen FasterPage. There are three screens in this eSpace: SlowerPage, FasterPage and SpecificSquence. FasterPage is a transformation of SlowerPage, using the LazyLoad webblock to declare portions that may be loaded separatelly. SpecificSequence uses a different lazy load strategy. based on RichWidget LateLoad Webblock, to control the order in which contents are loaded Try all three screens and see the differences by yourself
戻る