TripleToe
07-19-2004, 03:20 PM
As I build more complicated Laszlo applications, I'm finding more of a need for documentation about component performance on the clientside. While the beta docs do discuss some architectural topics, it might be nice to have a section that shows DOs and DON'Ts for LZX programming with respect to performance on the client. Examples might include:
-Designs that reuse views or classes for efficient rendering.
-Discussion on the most efficient use of datasets. (For instance, is it better to have a single large dataset where several components have datapointers that access specific subsections, or is it better to have several datasets with each component tied to a specific dataset?)
-Methods for creating sophisticated LZX apps with many components that do not bring the client browser to its knees.
This kind of content would be very helpful. Just a thought.
:)
-Designs that reuse views or classes for efficient rendering.
-Discussion on the most efficient use of datasets. (For instance, is it better to have a single large dataset where several components have datapointers that access specific subsections, or is it better to have several datasets with each component tied to a specific dataset?)
-Methods for creating sophisticated LZX apps with many components that do not bring the client browser to its knees.
This kind of content would be very helpful. Just a thought.
:)