Antun’s Blog

Notes on OpenLaszlo, LZX and Rich Internet Application Development

Antun’s Blog header image 4

Entries Tagged as 'OpenLaszlo Performance Tips'

OpenLaszlo Performance Tip: Datacombobox not combobox

August 20th, 2008 · 2 Comments

One component that is used, probably more often that it should, in Rich Internet Applications (RIAs) is the combobox. The reason it’s so frequent is because because the developers who write RIAs usually came from a background of writing HTML applications. You should use datacombobox instead.

A bit of history: HTML-based applications [...]

[Read more →]

Tags: OpenLaszlo Performance Tips

OpenLaszlo Performance Tip: Attributes, Not Nodes

July 18th, 2008 · 4 Comments

OpenLaszlo applications typically access numerous web services that respond with XML. That XML must be loaded over HTTP. Many developers overlook the effect that the format of the XML in those services can have on the performance of an application.
Most XML guides suggest that an ideal XML format should look something like this:

<contact>

  [...]

[Read more →]

Tags: OpenLaszlo Performance Tips

OpenLaszlo Performance Tip: Understanding Tuning

March 7th, 2008 · 1 Comment

Last week, I wrote about pausing animations in OpenLaszlo applications when they’re not visible, to improve runtime performance, and I promised to elaborate on what the other areas of performance tuning were. This is a good time to cover areas of optimization at a high-level. People sometimes mis-categorize performance problems with Rich Internet Applications (RIAs), [...]

[Read more →]

Tags: OpenLaszlo Performance Tips