> * Is there a way to lazy load the combo box data? > * Aynchronously load the combo box data?
I'm pretty sure: NO. Maybe: - use lists instead of combo boxes - use the lookup textfield which supports lazy loading - start with empty combo box models and only set the model data (synchronously) once the combo gets the focus ... my two cents worth. Etienne > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:ulc-developer- > [EMAIL PROTECTED] On Behalf Of Cameron Taggart > Sent: Tuesday, July 18, 2006 10:14 AM > To: [email protected] > Subject: [ULC-developer] speeding up search page > > I'm looking for some advice for ways to decrease the log in delay. > When a user logs in, the first thing they are presented with is a > search page. The fields on this page are determined by the client and > often there are between 15 and 25 fields. The fields are editable > combo boxes that show unique values to help them figure out what to > search on. I'm caching all of the unique values on the server-side, > but my hunch is that it takes a long while to transfer all the data in > the models of the combo boxes. > > To increase performance... > * Is there a way to lazy load the combo box data? > * Aynchronously load the combo box data? > > kind regards, > Cameron > _______________________________________________ > ULC-developer mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/ulc-developer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
