This topic is locked

Response Time Problem

9/12/2005 5:01:54 AM
ASPRunnerPro General questions
C
chantal author

Hello
I have a response time problem when I want to display the list of my table : it is very long before the display of each page. I suppose that this occurs because of the size of my table which contains about 228 000 records.

Is there any modification to do to ameliorate the response time ?
Thanks in advance

Chantal

Sergey Kornilov admin 9/13/2005

Chantal,
I bet you use Oracle.
Oracle data provider tends to load the whole data set even if you only mean to display first 50 records. I would recommend to use No records on first page option to speed up page loading.