How many rows are being returned for each of the data objects? How many
data fields does each data object have? (Use logging to find out exactly
what query is going to the database.) When comboboxes are generated, every
row returned from the data object will be processed, and that can take a
long time.
Warning: if the result sets are too large, like over 1000 items or so
(forget the exact number but it's been discussed in the forum in the past),
HTML will be generated for all items but they won't all get displayed.
Also, usability decreases dramatically as the number of comboboxes entries
increase.
Hope that helps.
-- grace
----- Original Message -----
From: Deepak Kumar Adhikary <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, April 27, 1999 11:31 PM
Subject: [ND] ND4 - Taking too much time to load page with associated data
obje cts
> Hi,
>
> I have a page which has a few combo boxes filled from the database using
> data objects. The data objects are bound to the page.
>
> The problem is it is taking too much time i.e. not less than 15 minutes
> to load the page even though I have a 128 MB RAM machine.
>
> Is there any tuning which can be done on the ND application server side
> ?
> Any pointers are appreciated.
>
> Thanks
> Deepak
> _________________________________________________________________________
>
> For help in using, subscribing, and unsubscribing to the discussion
> forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
>
> For dire need help, email: [EMAIL PROTECTED]
>
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]